We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm passing a grid-property to the Chart Element.
const chartData = { columns: [ ['data1', 30, 200, 100, 400, 150, 250], ['data2', 50, 20, 10, 40, 15, 25] ] }; let grid = { x: { show: true, lines: [ {value: leftBorder, text: 'Eastern model border', position: 'middle'}, {value: rightBorder, text: 'Western model border', position: 'middle'} ] } }; <Chart data={chartData} grid={grid} element="testchart" type="pie" />
The grid-values are loaded on first rendering. Un update the grid-object it is not working.
Until v0.1.13 it works.
The text was updated successfully, but these errors were encountered:
Change version of react-c3js to <=0.1.13
b0378a9
There is a bug in the library >0.1.14 See issue here: bcbcarl/react-c3js#17
bcbcarl
No branches or pull requests
I'm passing a grid-property to the Chart Element.
The grid-values are loaded on first rendering.
Un update the grid-object it is not working.
Until v0.1.13 it works.
The text was updated successfully, but these errors were encountered: