• Joël Quenneville's avatar
    Explicitly set auto width for tooltip · f349ff05
    Joël Quenneville authored
    c3's tooltip depends on the default behavior for table table width. However,
    site stylesheets and CSS frameworks will often change the default table width.
    This can completely break the rendering of the tooltip (e.g. when table width is
    set to 100%, the tooltip will stretch from a left position in the negative
    thousands all the way to the right of the chart). Explicitly setting
    `width:auto;` for the tooltip allows c3 to play nicely with CSS frameworks and
    site stylesheets.
    f349ff05
Name
Last commit
Last update
extensions Loading commit data...
htdocs Loading commit data...
spec Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
.jshintrc Loading commit data...
.travis.yml Loading commit data...
Gruntfile.coffee Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
bower.json Loading commit data...
c3.css Loading commit data...
c3.js Loading commit data...
c3.min.css Loading commit data...
c3.min.js Loading commit data...
component.json Loading commit data...
package.json Loading commit data...