-
Notifications
You must be signed in to change notification settings - Fork 414
New issue
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
Scatter charts in chart builder #48
Comments
@aschonfeld, it could also be useful to be able to add color bars for date or value ranges. |
aschonfeld
pushed a commit
that referenced
this issue
Dec 31, 2019
- [#47](#47): selection of multiple columns for y-axis - updated histogram bin selection to be an input box for full customization - better display of timestamps in axis ticks for charts - sorting of bar charts by y-axis - [#48](#48): scatter charts in chart builder - "nunique" added to list of aggregations - turned on "threaded=True" for app.run to avoid hanging popups - [#45](#45): rolling computations as aggregations
aschonfeld
pushed a commit
that referenced
this issue
Dec 31, 2019
- [#47](#47): selection of multiple columns for y-axis - updated histogram bin selection to be an input box for full customization - better display of timestamps in axis ticks for charts - sorting of bar charts by y-axis - [#48](#48): scatter charts in chart builder - "nunique" added to list of aggregations - turned on "threaded=True" for app.run to avoid hanging popups - [#45](#45): rolling computations as aggregations - Y-Axis editor
aschonfeld
pushed a commit
that referenced
this issue
Jan 2, 2020
- [#47](#47): selection of multiple columns for y-axis - updated histogram bin selection to be an input box for full customization - better display of timestamps in axis ticks for charts - sorting of bar charts by y-axis - [#48](#48): scatter charts in chart builder - "nunique" added to list of aggregations - turned on "threaded=True" for app.run to avoid hanging popups - [#45](#45): rolling computations as aggregations - Y-Axis editor
aschonfeld
pushed a commit
that referenced
this issue
Jan 2, 2020
- [#47](#47): selection of multiple columns for y-axis - updated histogram bin selection to be an input box for full customization - better display of timestamps in axis ticks for charts - sorting of bar charts by y-axis - [#48](#48): scatter charts in chart builder - "nunique" added to list of aggregations - turned on "threaded=True" for app.run to avoid hanging popups - [#45](#45): rolling computations as aggregations - Y-Axis editor
aschonfeld
pushed a commit
that referenced
this issue
Jan 2, 2020
- [#47](#47): selection of multiple columns for y-axis - updated histogram bin selection to be an input box for full customization - better display of timestamps in axis ticks for charts - sorting of bar charts by y-axis - [#48](#48): scatter charts in chart builder - "nunique" added to list of aggregations - turned on "threaded=True" for app.run to avoid hanging popups - [#45](#45): rolling computations as aggregations - Y-Axis editor
aschonfeld
pushed a commit
that referenced
this issue
Jan 2, 2020
- [#47](#47): selection of multiple columns for y-axis - updated histogram bin selection to be an input box for full customization - better display of timestamps in axis ticks for charts - sorting of bar charts by y-axis - [#48](#48): scatter charts in chart builder - "nunique" added to list of aggregations - turned on "threaded=True" for app.run to avoid hanging popups - [#45](#45): rolling computations as aggregations - Y-Axis editor
aschonfeld
pushed a commit
that referenced
this issue
Jan 2, 2020
- [#47](#47): selection of multiple columns for y-axis - updated histogram bin selection to be an input box for full customization - better display of timestamps in axis ticks for charts - sorting of bar charts by y-axis - [#48](#48): scatter charts in chart builder - "nunique" added to list of aggregations - turned on "threaded=True" for app.run to avoid hanging popups - [#45](#45): rolling computations as aggregations - Y-Axis editor
aschonfeld
pushed a commit
that referenced
this issue
Jan 2, 2020
- [#47](#47): selection of multiple columns for y-axis - updated histogram bin selection to be an input box for full customization - better display of timestamps in axis ticks for charts - sorting of bar charts by y-axis - [#48](#48): scatter charts in chart builder - "nunique" added to list of aggregations - turned on "threaded=True" for app.run to avoid hanging popups - [#45](#45): rolling computations as aggregations - Y-Axis editor
aschonfeld
pushed a commit
that referenced
this issue
Jan 2, 2020
- [#47](#47): selection of multiple columns for y-axis - updated histogram bin selection to be an input box for full customization - better display of timestamps in axis ticks for charts - sorting of bar charts by y-axis - [#48](#48): scatter charts in chart builder - "nunique" added to list of aggregations - turned on "threaded=True" for app.run to avoid hanging popups - [#45](#45): rolling computations as aggregations - Y-Axis editor
Merged
aschonfeld
pushed a commit
that referenced
this issue
Jan 2, 2020
- [#47](#47): selection of multiple columns for y-axis - updated histogram bin selection to be an input box for full customization - better display of timestamps in axis ticks for charts - sorting of bar charts by y-axis - [#48](#48): scatter charts in chart builder - "nunique" added to list of aggregations - turned on "threaded=True" for app.run to avoid hanging popups - [#45](#45): rolling computations as aggregations - Y-Axis editor
aschonfeld
pushed a commit
that referenced
this issue
Jan 2, 2020
- [#47](#47): selection of multiple columns for y-axis - updated histogram bin selection to be an input box for full customization - better display of timestamps in axis ticks for charts - sorting of bar charts by y-axis - [#48](#48): scatter charts in chart builder - "nunique" added to list of aggregations - turned on "threaded=True" for app.run to avoid hanging popups - [#45](#45): rolling computations as aggregations - Y-Axis editor
fixed in v1.6.6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If a user selects a numeric (int/float) column for the x-axis & y-axis then you should have the ability to select "Scatter" as a chart type. This will be limited to 15,000 points or else the client will crash.
You should also be able to group by a column, but in this case the user will be presented with scatters for each group since it is impossible to display them all in one scatter chart.
The text was updated successfully, but these errors were encountered: