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
Hi , How can we add text inside or on top of the regions?
For Example:- const regions = [ { axis: 'x',start:new Date("2018-03-10T00:00:00"), end: new Date("2018-03-10T23:00:00"), class: 'regionX', label: "Day 1 and 2", vertical: false, padding: 0 } ]
Here, label doesn't work? What is the correct api and options to make it work.
The text was updated successfully, but these errors were encountered:
c3 version in this repo is v0.4 which is quite old and I think it's not support region text yet. We should update c3 version
Sorry, something went wrong.
No branches or pull requests
Hi ,
How can we add text inside or on top of the regions?
For Example:-
const regions = [
{
axis: 'x',start:new Date("2018-03-10T00:00:00"), end: new Date("2018-03-10T23:00:00"),
class: 'regionX', label: "Day 1 and 2",
vertical: false,
padding: 0
}
]
Here, label doesn't work? What is the correct api and options to make it work.
The text was updated successfully, but these errors were encountered: