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
The idea is to have a cleaner chart defaults parameters to minimize the code that a developer needs to wrote to build a basic chart.
Ideally this is the list of tasks thats needs to be implemented:
canvas
animateData
TooltipType
None
Follow
yScaleToDataExtent={false}
size
width
height
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The idea is to have a cleaner chart defaults parameters to minimize the code that a developer needs to wrote to build a basic chart.
Ideally this is the list of tasks thats needs to be implemented:
canvas
as rendereranimateData
props with a clear name see (fix(animation): re-enabled animateData prop to disable animation #129 (comment))TooltipType
:None
can be used on sparklinesNone
is used for chart suggestion previews on new viz editorFollow
is best candidate when having more than 4 series (limiting the tooltip height)yScaleToDataExtent={false}
used in most charts as defaultsize
intowidth
andheight
that accept strings[ ] Make the curve type default to the smooth, curved version (CURVE_CATMULL_ROM)...
The text was updated successfully, but these errors were encountered: