V2.0 dev#2
Open
cesar-tonnoir wants to merge 1171 commits into
Open
Conversation
Ensure that adding datasets to charts with time scales works
…le. Wrote better helpers for `helpers.min` and `helpers.max`
Testing improvements
… edge of time scale.
Time scale updates to remove unnecessary extra ticks
Fix stacked bar data limit calculation
Add default font options
Always show lines by default.
…ines as stated in docs.
…ines as stated in docs.
# Conflicts: # src/core/core.helpers.js
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.
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.
Fix/travis tests
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
…circumference properties
Added unit test for doughnut rotation/circumference, fix for rotation = 0
this fix small typo
This file contains hidden or 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
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.