forked from shutterstock/rickshaw
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Rebase with shutterstock/rickshaw #1
Merged
Merged
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
Uses the 'CSS triangle' trick to render the left and right arrows on the hover detail item, rather than using a glyph (whose rendering might change depending on the font used). The technique is described here: http://appendto.com/blog/2013/03/pure-css-triangles-explained/
The layout error for hover detail elements is now checked for both left and right alignment. Then the alignment with the least error is used.
This makes it possible to extend the legend to add custom styling or interactivity. This commit should not change behavior or options.
Makes hover detail arrow rendering more reliable
Make legend a class
Improves hover detail placement when space is tight
…if they like; fixes #333
Add series configured class name to all scatterplot points
…hat the main graph renders, but will not pay attention to its "window" extents and thus will always show the whole data set.
…swatch to be controlled by css
Respect series classes in legend renderer
Bumps [express](https://github.com/expressjs/express) from 3.3.5 to 4.17.1. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@3.3.5...4.17.1) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [clean-css](https://github.com/jakubpawlowicz/clean-css) from 3.4.28 to 4.2.1. - [Release notes](https://github.com/jakubpawlowicz/clean-css/releases) - [Changelog](https://github.com/jakubpawlowicz/clean-css/blob/master/History.md) - [Commits](clean-css/clean-css@v3.4.28...v4.2.1) Signed-off-by: dependabot[bot] <[email protected]>
…mples/socket.io/express-4.17.1 Bump express from 3.3.5 to 4.17.1 in /examples/socket.io
add editorconfig
…an-css-4.2.1 Bump clean-css from 3.4.28 to 4.2.1
This change allows the user to select the axis color when creating the axis. It is useful when creating axis dynamically (adding series with different scales on run time).
…kshaw into conanza-series-opacity-check
… into zilioti-detail-auto-sized
* correct formatBase1024KMGTP and support negatives values fixes #601
Removed the local git syncd copy of d3.js since it is already a dependency in both the package.json and bower.json Updated examples to use the copy from node_modules to maintain consistency with the unit tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.