Skip to content
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

Smart column selection when switching visualization plugin #140

Merged
merged 1 commit into from
Jun 30, 2018

Conversation

texodus
Copy link
Member

@texodus texodus commented Jun 30, 2018

No description provided.

@texodus texodus merged commit 2be7dac into master Jun 30, 2018
@texodus texodus deleted the smart-columns branch June 30, 2018 21:01
texodus pushed a commit that referenced this pull request Apr 7, 2019
* Refactor axis to use a common implementation for x and y

Refactor to group by type of axis (linear/time/ordinal) rather than by direction.
Use a common implementation for each chart for creating an axis, based on the settings and data it will be working from.
Allow for aggregates that are strings turned into numbers (e.g. `count`) or left as string (e.g. `dominant`)

* Allow charts to say which axis types they can't use

* Applied new axis types to other charts

* Rename files

* Refactor `labelFunction` and remove `crossAxis`

* Fix variances in screenshot tests

* Restore heatmap vertical gridline

* Exclude "linear" ranges from various charts

* Default padding for chart axis, which can be overridden

* Restore label rotation/hiding code that was lost in merge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant