vue-c3 icon indicating copy to clipboard operation
vue-c3 copied to clipboard

vue-c3 is a reusable vue component for c3 charts

Results 5 vue-c3 issues
Sort by recently updated
recently updated
newest added

after charts generated with options for `axis.x.tick {multilineMax: 4, multiline: true,}` look like http://joxi.ru/4AkkMveSopR1eA and after change tabs in browser look like http://joxi.ru/ZrJZbNyiwP6e5r

I'm using vue-c3 to render a timeseries bar chart. I am able to rotate the x-axis text clockwise but only up to 180 via the _axis.x.tick.rotate_ option. I need to...

I really like the way you did the component. It's not very vue like but giving stuff to the chart using the handler is quite smart and at least it...

Bringing in a number of charts into a SPA, but can't get them to bind to the container. In an external js data file I specify the binding like this,...