This repository was archived by the owner on Aug 27, 2024. It is now read-only.
forked from jamster/nvd3
-
Notifications
You must be signed in to change notification settings - Fork 9
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Replaced 'text-transform' with correct attribute 'text-anchor' to set rotation center of labels.
Adding d3.event to event listeners to maintain consistency between models. In the historical bar chart they are included, but not the line which uses the scatters events.
Added donutRatio public variable to pie model. Allows customization of the inner radius of the donut pie chart.
This allows an axis to change orientation and have the tick label respond accordingly.
the variable brushExtent is documented as a public variable but is not currently exposed. this exposes it allowing the user to control which portion of the crossfilter is selected at initiation.
Cannot read property 'values' of undefined nv.d3.js:8498 Cannot read property 'values' of undefined nv.d3.js:8511
Problem parsing d="MZ" error
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Thanks got from arlm/nvd3
It aggregates:
novus/nvd3#62 Fix on severval bugs and typos
novus/nvd3#40 Fix bug of updateFisheye when you filtered out some data
novus/nvd3#23 Adjust tickLabel's on update rather than enter
novus/nvd3#21 Add variable for customization of donut pie chart
novus/nvd3#15 Adding d3.event to scatter event listeners
novus/nvd3#13 added lineTimeSeriesChart
novus/nvd3#9 Allow forceY on multiChart
novus/nvd3#6 Fixed rotateLabels option for multiBarCharts