Skip to content

V2.0 dev#2

Open
cesar-tonnoir wants to merge 1171 commits into
cesar-tonnoir:v2-devfrom
chartjs:v2.0-dev
Open

V2.0 dev#2
cesar-tonnoir wants to merge 1171 commits into
cesar-tonnoir:v2-devfrom
chartjs:v2.0-dev

Conversation

@cesar-tonnoir
Copy link
Copy Markdown
Owner

No description provided.

etimberg and others added 30 commits January 21, 2016 22:04
Ensure that adding datasets to charts with time scales works
…le. Wrote better helpers for `helpers.min` and `helpers.max`
Time scale updates to remove unnecessary extra ticks
Fix stacked bar data limit calculation
Always show lines by default.
Added ticks.fixedStepSize configuration parameter to force linear scale steps.
Reformatted scale.linear.js to match original indenting.
Refactored and fixed scale calculation.
Added dist files to commit.
etimberg and others added 29 commits April 10, 2016 10:15
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.
…t is having relative position

This will work with both relative and absolute position for the chart
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 …
Using the dynamic absolute position even for relative elements
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
Added unit test for doughnut rotation/circumference, fix for rotation = 0
@panzarino panzarino deleted the v2.0-dev branch August 10, 2016 01:28
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.