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

Version 2.0 Release #2272

Merged
merged 1,078 commits into from
Apr 16, 2016
Merged

Version 2.0 Release #2272

merged 1,078 commits into from
Apr 16, 2016

Conversation

tannerlinsley
Copy link
Contributor

No description provided.

etimberg and others added 30 commits January 9, 2016 09:58
Fix stacked combo bar charts & add test
Don't try to use undefined Scale constructors
Fix orf/olf being undefined
Add some optimizations to often used functions
Add option to disable line drawing
Fix reversed ticks on linear scale + update test
Fixes the point size for rect and rectRot
Properly begin path before drawing line at edge of scale
jamiepenney and others added 25 commits April 10, 2016 11:15
Update Line chart documentation
Don't measure undefined or null strings.
Fix "main" file path in bower.json
… calling the color helper to generate the defualt colour value for hover
Allow gradients to be used as colors without causing errors when e.g. calling the color helper to generate the default colour value for hover
Fixed legendCallback's html generation so that the span lies next to the text instead of being around it.
Fixed the generateLegend function to create the colour block next to the text instead of around it.
Fixed legendCallback() html generation
…placement of the chart

This will work with both relative and absolute position for the chart and will apply the tooltips appropriately. I have tested in a normal context and then also using the chart in the second column of two column table i.e. in a different position on the screen. Without this, the default tooltips will appear at the same position no matter where the chart is placed. They will appear misplaced. The fix I have provided allows the tooltips to appear smoothly with the chart, no matter where it is placed on the web page.
Data Labels display for Line Bar combo for v2.0
Using the dynamic absolute position of the canvas, even for relative …
The animation service now keeps track of the active animation frame request and will skip new requests until the current one is executed. This can happen when processing mouse events, e.g. 'mousemove' and 'mouseout' events will trigger multiple renders.
Graph Index Data Labels display for Line Bar Graph for v2.0
Add rotation and circumference properties to doughnut/pie charts
* Better default tick rotation and tick autoskip settings

* scale.time: Use ctx to measure label, and <= instead of < for unit fitting

* Test Changes

* Passing Tests with new defaults
@tannerlinsley tannerlinsley mentioned this pull request Apr 16, 2016
@tannerlinsley tannerlinsley merged commit 3717d0c into master Apr 16, 2016
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.