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
When viewing a stacked line chart in Caravel, the totals do not show up in the tooltips. Chart: https://panoramix.d.musta.ch/caravel/dashboard/meta/
https://panoramix.d.musta.ch/
Tooltips should show up for all points in time
The text was updated successfully, but these errors were encountered:
This was due to y_axis_format set to d while avg wau could be a float number. solved by switching y_axis_format
Sorry, something went wrong.
chore(plugin-chart-echarts): bump echarts to 5.2.2 (apache#1440)
25d2ac4
* chore(plugin-chart-echarts): bump echarts to 5.2.2 * bump package
25c74e2
08bb9c3
b80b220
vera-liu
No branches or pull requests
When viewing a stacked line chart in Caravel, the totals do not show up in the tooltips.
Chart: https://panoramix.d.musta.ch/caravel/dashboard/meta/
Caravel version
https://panoramix.d.musta.ch/
Expected results
Tooltips should show up for all points in time
Actual results
Steps to reproduce
The text was updated successfully, but these errors were encountered: