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
Is it possible to make the line chart plugin compatible with dates in a YYYY integer format, instead of the only supported YYYY-MM-DD?
When using YYYY on the X axis with the param 'Date', the results look like this:
My table has value ranging from 2011 to 2021.
When using the 'Linear' param, here is the results:
No value and X axis going from 0 to 1.
The text was updated successfully, but these errors were encountered:
@MLAuger do we have a test dataset to do this? This would be a huge plus not only for chart but for other plugin as well.
Sorry, something went wrong.
I have one in the bank. I'll republish it.
raviinder
No branches or pull requests
Is it possible to make the line chart plugin compatible with dates in a YYYY integer format, instead of the only supported YYYY-MM-DD?
When using YYYY on the X axis with the param 'Date', the results look like this:
My table has value ranging from 2011 to 2021.
When using the 'Linear' param, here is the results:
No value and X axis going from 0 to 1.
The text was updated successfully, but these errors were encountered: