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
For Graphers that have multiple chart type tabs, like line/slope charts, it's currently not possible to make the slope chart the default view.
The config field tab currently supports table, map and chart (where chart defaults to the first chart type). Add support for line and slope as well.
tab
table
map
chart
line
slope
We could also allow to configure slope/line charts (not that slope is the first chart type) and then keep the tab config field as is.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Core problem
For Graphers that have multiple chart type tabs, like line/slope charts, it's currently not possible to make the slope chart the default view.
Proposed solution
The config field
tab
currently supportstable
,map
andchart
(wherechart
defaults to the first chart type). Add support forline
andslope
as well.Alternatives
We could also allow to configure slope/line charts (not that slope is the first chart type) and then keep the
tab
config field as is.The text was updated successfully, but these errors were encountered: