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

Augment Specs and Other Edits #4

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

cdenise
Copy link
Contributor

@cdenise cdenise commented Oct 17, 2016

No description provided.

To allow stacked bar charts, the values attribute needs to handlemultiple properties separated by commas. Previous implementation included a workaround that updates the accessor spec during runtime to accomodate the multiple properties. Changes have been made to settings.js to allow accessors with higher dimensions. This view has been refactored to take advantage of these
changes.
When there are no items plottable (may be the result of no datasets
provided or no x and y data provided), xDiff or yDiff may be infinity and
the code would crash when they're divided by xInterval or yInterval.
Checks have been added to only undergo these processing when the values
are finite.
@cdenise
Copy link
Contributor Author

cdenise commented Jun 11, 2018

@karger
Hi Professor Karger, this pull request contains the flotr-extension changes needed for the auto-documentation system to pick up its views. Could you please take a look and merge the changes?

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