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
<Chart {data} type="line" colors={["red"]} axisOptions={axisOptions} lineOptions={lineOptions} />``
The text was updated successfully, but these errors were encountered:
chartRef.addDataPoint("Wed", [insertdata], num); How can i add points without label?
Sorry, something went wrong.
Bump, same issue. On a basic line chart with 1dataset with 100values and no labes, when adding axisOptions to it isn't working
same here. xIsSeries doesn't change anything
xIsSeries
This combination worked for me: let axisOptions = { xIsSeries: 1, xAxisMode: 'tick', };
let axisOptions = { xIsSeries: 1, xAxisMode: 'tick', };
No branches or pull requests
<Chart {data} type="line" colors={["red"]} axisOptions={axisOptions} lineOptions={lineOptions} />``
The text was updated successfully, but these errors were encountered: