]> git.ipfire.org Git - thirdparty/Chart.js.git/log
thirdparty/Chart.js.git
10 years ago3127 - Modify the itemSort callback for tooltips to accept a third parameter of the... 3128/head
Craig Vermeer [Wed, 10 Aug 2016 13:54:21 +0000 (09:54 -0400)] 
3127 - Modify the itemSort callback for tooltips to accept a third parameter of the data object passed to the chart

10 years agoMerge pull request #3094 from chartjs/fix/3090
Evert Timberg [Wed, 10 Aug 2016 03:00:50 +0000 (23:00 -0400)] 
Merge pull request #3094 from chartjs/fix/3090

Make the iframe not focusable by using tabIndex of -1

10 years agoRemove empty if statement in element.line.js
Zach Panzarino [Wed, 10 Aug 2016 01:39:03 +0000 (01:39 +0000)] 
Remove empty if statement in element.line.js

10 years agoRemove unneeded trailing commas
Zach Panzarino [Wed, 10 Aug 2016 01:35:34 +0000 (01:35 +0000)] 
Remove unneeded trailing commas

10 years agoMerge 'Documentation updates' #3110
Zach Panzarino [Wed, 10 Aug 2016 00:12:56 +0000 (00:12 +0000)] 
Merge 'Documentation updates' #3110

10 years agoUpdate docs and add plugin section (suggested by @simonbrunel) 3110/head
Zach Panzarino [Tue, 9 Aug 2016 14:34:59 +0000 (14:34 +0000)] 
Update docs and add plugin section (suggested by @simonbrunel)

10 years agoMerge pull request #3114 from ashiguruma/master
Evert Timberg [Mon, 8 Aug 2016 20:34:12 +0000 (16:34 -0400)] 
Merge pull request #3114 from ashiguruma/master

Added section on using patterns to fill datasets

10 years agoAdded section on using patterns to fill datasets chartjs/Chart.js#1323 3114/head
Tom Loudon [Mon, 8 Aug 2016 16:39:36 +0000 (17:39 +0100)] 
Added section on using patterns to fill datasets chartjs/Chart.js#1323

10 years agoUpdate link pattern for popular extensions
Zach Panzarino [Mon, 8 Aug 2016 03:31:15 +0000 (03:31 +0000)] 
Update link pattern for popular extensions

10 years agoDocumentation updates
Zach Panzarino [Mon, 8 Aug 2016 03:08:13 +0000 (03:08 +0000)] 
Documentation updates
Adds a lot of new information to the docs that will help developers better utilize the entire Chart.js library

List of implemented changes:
 - Reverse option for legends (resolves #3102)
 - Information about chart resizing (resolves #3023)
 - Mixed chart types (resolves #2825) (resolves #2431)
 - Chart library comparison table (resolves #2605)
 - getDetasetMeta function information (resolves #2521)
 - Popular Extensions (resolves #2365)

10 years agoMerge pull request #3103 from laviniaclare/master
Evert Timberg [Fri, 5 Aug 2016 20:59:05 +0000 (16:59 -0400)] 
Merge pull request #3103 from laviniaclare/master

changed 'chart there are' to 'charts there are'

10 years agochanged 'chart there are' to 'charts there are' 3103/head
laviniaclare [Fri, 5 Aug 2016 18:51:55 +0000 (11:51 -0700)] 
changed 'chart there are' to 'charts there are'

10 years agoMake the iframe not focusable by using tabIndex of -1 3094/head
Evert Timberg [Thu, 4 Aug 2016 22:55:32 +0000 (18:55 -0400)] 
Make the iframe not focusable by using tabIndex of -1

10 years agoMerge pull request #3088 from djhuistra/patch-1
Evert Timberg [Wed, 3 Aug 2016 20:10:37 +0000 (16:10 -0400)] 
Merge pull request #3088 from djhuistra/patch-1

Chart.pluginService -> Chart.plugins in documentation

10 years agoChart.pluginService -> Chart.plugins in documentation 3088/head
djhuistra [Wed, 3 Aug 2016 19:06:21 +0000 (21:06 +0200)] 
Chart.pluginService -> Chart.plugins in documentation

Apparently Chart.pluginService is deprecated, but this name is still used in the documentation. I suggest to update it :)

10 years agoMerge pull request #3070 from sibennayak/fix/3046
Evert Timberg [Mon, 1 Aug 2016 11:39:00 +0000 (07:39 -0400)] 
Merge pull request #3070 from sibennayak/fix/3046

Docs: Apply a recommendation (fixes #3046)

10 years agoDocs: Apply a recommendation (fixes #3046) 3070/head
Siben Nayak [Mon, 1 Aug 2016 09:56:46 +0000 (15:26 +0530)] 
Docs: Apply a recommendation (fixes #3046)

10 years agoMerge pull request #3067 from chartjs/fix/3066
Evert Timberg [Sun, 31 Jul 2016 19:19:23 +0000 (15:19 -0400)] 
Merge pull request #3067 from chartjs/fix/3066

Handle the case where all points are skipped in a line

10 years agoHandle the case where all points are skipped in a line 3067/head
Evert Timberg [Sat, 30 Jul 2016 18:46:28 +0000 (14:46 -0400)] 
Handle the case where all points are skipped in a line

10 years agoPrep for a v2.2.1 release v2.2.1
Evert Timberg [Sat, 30 Jul 2016 17:01:31 +0000 (13:01 -0400)] 
Prep for a v2.2.1 release

10 years agoMerge pull request #3064 from chartjs/fix/2560
Evert Timberg [Sat, 30 Jul 2016 16:59:59 +0000 (12:59 -0400)] 
Merge pull request #3064 from chartjs/fix/2560

Recalculate the size of the scale in units when the end point is chan…

10 years agoMerge pull request #3065 from chartjs/fix/3056
Evert Timberg [Sat, 30 Jul 2016 16:59:52 +0000 (12:59 -0400)] 
Merge pull request #3065 from chartjs/fix/3056

Fix 2 line drawing issues and add new tests for these cases

10 years agoFix 2 line drawing issues and add new tests for these cases 3065/head
Evert Timberg [Sat, 30 Jul 2016 16:55:42 +0000 (12:55 -0400)] 
Fix 2 line drawing issues and add new tests for these cases

10 years agoFix JS Hint warning 3064/head
Evert Timberg [Sat, 30 Jul 2016 15:33:59 +0000 (11:33 -0400)] 
Fix JS Hint warning

10 years agoRecalculate the size of the scale in units when the end point is changed.
Evert Timberg [Sat, 30 Jul 2016 15:06:13 +0000 (11:06 -0400)] 
Recalculate the size of the scale in units when the end point is changed.

10 years agoMerge pull request #3063 from chartjs/fix/2631
Evert Timberg [Sat, 30 Jul 2016 13:52:46 +0000 (09:52 -0400)] 
Merge pull request #3063 from chartjs/fix/2631

Handle possibility of a undefined arc element in the doughnut chart

10 years agoHandle possibility of a undefined arc element in the doughnut chart 3063/head
Evert Timberg [Sat, 30 Jul 2016 13:41:35 +0000 (09:41 -0400)] 
Handle possibility of a undefined arc element in the doughnut chart

10 years agoMerge pull request #3062 from chartjs/fix/3030
Evert Timberg [Sat, 30 Jul 2016 13:06:30 +0000 (09:06 -0400)] 
Merge pull request #3062 from chartjs/fix/3030

Fix docs typo

10 years agoFix docs typo 3062/head
Evert Timberg [Sat, 30 Jul 2016 13:02:40 +0000 (09:02 -0400)] 
Fix docs typo

10 years agoMerge pull request #3058 from benpdavison/patch-1
Evert Timberg [Fri, 29 Jul 2016 11:29:27 +0000 (07:29 -0400)] 
Merge pull request #3058 from benpdavison/patch-1

small typo

10 years agosmall typo 3058/head
Ben Davison [Fri, 29 Jul 2016 09:56:59 +0000 (10:56 +0100)] 
small typo

This should either be "rgb(0, 0, 0)" or "rgba(0, 0, 0, 0.1)". However, based on the default value it should be the latter.

10 years agoCreate thankyou.md
Tanner Linsley [Fri, 29 Jul 2016 05:44:22 +0000 (23:44 -0600)] 
Create thankyou.md

10 years agoVersion bump for v2.2.0 v2.2.0
Evert Timberg [Thu, 28 Jul 2016 22:23:32 +0000 (18:23 -0400)] 
Version bump for v2.2.0

10 years agoMerge pull request #3052 from chartjs/fix/3043
Evert Timberg [Thu, 28 Jul 2016 22:15:44 +0000 (18:15 -0400)] 
Merge pull request #3052 from chartjs/fix/3043

Fix line controller stacking with multiple axes and add a test

10 years agoFix line controller stacking with multiple axes and add a test 3052/head
Evert Timberg [Thu, 28 Jul 2016 22:10:07 +0000 (18:10 -0400)] 
Fix line controller stacking with multiple axes and add a test

10 years agoMerge pull request #3028 from chartjs/fix/span-gaps
Evert Timberg [Thu, 28 Jul 2016 22:02:56 +0000 (18:02 -0400)] 
Merge pull request #3028 from chartjs/fix/span-gaps

Refactoring of the line drawing function to make `spanGaps` work correctly

10 years agoMerge pull request #3045 from IonutLaceanu/master
Evert Timberg [Thu, 28 Jul 2016 22:02:31 +0000 (18:02 -0400)] 
Merge pull request #3045 from IonutLaceanu/master

getElementAtEvent: enforce one element limit

10 years agoMerge pull request #3048 from mdewilde/master
Evert Timberg [Thu, 28 Jul 2016 13:16:58 +0000 (09:16 -0400)] 
Merge pull request #3048 from mdewilde/master

Correct duplicate error

10 years agoCorrect probable copy paste issue 3048/head
mdewilde [Thu, 28 Jul 2016 11:20:18 +0000 (13:20 +0200)] 
Correct probable copy paste issue

10 years agoCorrect duplicate error
mdewilde [Thu, 28 Jul 2016 11:16:21 +0000 (13:16 +0200)] 
Correct duplicate error

10 years agoFix #2922 Make the XAxis based hover/tooltip pick the item at the same x-axis value
Jeff Esp [Wed, 27 Jul 2016 19:09:13 +0000 (15:09 -0400)] 
Fix #2922 Make the XAxis based hover/tooltip pick the item at the same x-axis value

10 years agogetElementAtEvent: enforce one element limit 3045/head
Ionut Laceanu [Wed, 27 Jul 2016 16:27:08 +0000 (19:27 +0300)] 
getElementAtEvent: enforce one element limit

10 years agoMerge pull request #3039 from ianks/getLabelMoment-fix
Evert Timberg [Wed, 27 Jul 2016 00:57:34 +0000 (20:57 -0400)] 
Merge pull request #3039 from ianks/getLabelMoment-fix

Fix out of bounds index access in getLabelMoment

10 years agoFix out of bounds index access in getLabelMoment 3039/head
Ian Ker-Seymer [Tue, 26 Jul 2016 18:45:05 +0000 (14:45 -0400)] 
Fix out of bounds index access in getLabelMoment

Previously, calling getLabelMoment with an out of bound index would cause an
error such as this:

```
Uncaught TypeError: Cannot read property 'null' of undefined
```

This happens because there is not always guaranteed to be a labelMoment on
at the current datasetIndex.

One example of this is practice comes from a this function call:

```js
// since the are not always guaranteed to be at least two labelMoments
//                                \ / this index can be out of bounds
//                                 |
var tickWidth = me.getPixelForTick(1) - me.getPixelForTick(0) - 6;
```

This patch simply ensures that the `labelMoments` for the `datasetIndex` are
defined before accessing properties on it.

10 years agoMerge pull request #3032 from Neabfi/patch-1
Evert Timberg [Mon, 25 Jul 2016 15:20:11 +0000 (11:20 -0400)] 
Merge pull request #3032 from Neabfi/patch-1

Correction of spelling mistakes

10 years agoCorrection of spelling mistake 3032/head
Neabfi [Mon, 25 Jul 2016 14:53:28 +0000 (10:53 -0400)] 
Correction of spelling mistake

10 years agoCorrection of spelling mistake
Neabfi [Mon, 25 Jul 2016 14:50:35 +0000 (10:50 -0400)] 
Correction of spelling mistake

10 years agoFix JSHint warnings 3028/head
Evert Timberg [Sun, 24 Jul 2016 22:21:24 +0000 (18:21 -0400)] 
Fix JSHint warnings

10 years agoRefactoring of the line drawing function to make `spanGaps` work correctly. Added...
Evert Timberg [Sun, 24 Jul 2016 22:12:36 +0000 (18:12 -0400)] 
Refactoring of the line drawing function to make `spanGaps` work correctly. Added a lot more test conditions to the line element tests. Ensured that the line controller correctly calculated bezier control points when there was a point to be skipped

10 years agoMerge pull request #3027 from moberwasserlechner/bugfix/3026
Evert Timberg [Sun, 24 Jul 2016 13:02:47 +0000 (09:02 -0400)] 
Merge pull request #3027 from moberwasserlechner/bugfix/3026

Remove non existing property from radar samples #3026

10 years agoRemove non existing property from radar samples #3026 3027/head
Michael Oberwasserlechner [Sun, 24 Jul 2016 08:49:03 +0000 (10:49 +0200)] 
Remove non existing property from radar samples #3026

10 years agoMerge pull request #2947 from chartjs/fix/524 v2.2.0-rc.2
Evert Timberg [Tue, 19 Jul 2016 22:56:09 +0000 (18:56 -0400)] 
Merge pull request #2947 from chartjs/fix/524

Add polar area start angle setting

10 years agoMerge pull request #2998 from chartjs/v2.2.0-rc.2-release
Evert Timberg [Tue, 19 Jul 2016 22:52:03 +0000 (18:52 -0400)] 
Merge pull request #2998 from chartjs/v2.2.0-rc.2-release

Bump version to v2.2.0-rc.2

10 years agoBump version to v2.2.0-rc.2 2998/head
Evert Timberg [Tue, 19 Jul 2016 22:47:08 +0000 (18:47 -0400)] 
Bump version to v2.2.0-rc.2

10 years agoFix missing comma syntax error in js block
Nick Downie [Tue, 19 Jul 2016 21:01:41 +0000 (22:01 +0100)] 
Fix missing comma syntax error in js block

10 years agoMerge pull request #2984 from slinhart/master
Evert Timberg [Tue, 19 Jul 2016 02:25:54 +0000 (22:25 -0400)] 
Merge pull request #2984 from slinhart/master

Issue #1012. Added offsetAngle option for radar charts.

10 years agoMerge pull request #2986 from sibennayak/master
Evert Timberg [Mon, 18 Jul 2016 22:18:58 +0000 (18:18 -0400)] 
Merge pull request #2986 from sibennayak/master

Fix the Pie Chart hover issue (#2983)

10 years agoMerge pull request #2991 from tiagoroldao/issue-2990
Evert Timberg [Mon, 18 Jul 2016 22:18:36 +0000 (18:18 -0400)] 
Merge pull request #2991 from tiagoroldao/issue-2990

Check for existence of data element before accessing property

10 years agoCheck for existence of data element before accessing property 2991/head
Tiago Roldão [Mon, 18 Jul 2016 21:05:44 +0000 (22:05 +0100)] 
Check for existence of data element before accessing property

10 years agochanged option name for radar chart from offsetAngle to startAngle. Added test to... 2984/head
unknown [Mon, 18 Jul 2016 05:11:30 +0000 (23:11 -0600)] 
changed option name for radar chart from offsetAngle to startAngle. Added test to make sure correct angles are computed for all points in the radar chart (with and without startAngle option set).

10 years agoMerge branch 'master' of https://github.com/sibennayak/Chart.js 2986/head
Siben Nayak [Sun, 17 Jul 2016 13:35:21 +0000 (19:05 +0530)] 
Merge branch 'master' of https://github.com/sibennayak/Chart.js

10 years agoFIx the Pie Chart hover issue (#2983)
Siben Nayak [Sun, 17 Jul 2016 13:31:59 +0000 (19:01 +0530)] 
FIx the Pie Chart hover issue (#2983)

10 years agoFIx the Pie Chart hover issue (#2983)
Siben Nayak [Sun, 17 Jul 2016 13:31:59 +0000 (19:01 +0530)] 
FIx the Pie Chart hover issue (#2983)

10 years agoMerge remote-tracking branch 'chartjs-origin/master'
unknown [Sun, 17 Jul 2016 00:59:22 +0000 (18:59 -0600)] 
Merge remote-tracking branch 'chartjs-origin/master'

10 years agoAdd an option for radar chart to have offsetAngle. Issue #1012
unknown [Sun, 17 Jul 2016 00:58:04 +0000 (18:58 -0600)] 
Add an option for radar chart to have offsetAngle. Issue #1012

10 years agoMerge pull request #2925 from Joshuabaker2/master
Evert Timberg [Sat, 16 Jul 2016 18:46:59 +0000 (14:46 -0400)] 
Merge pull request #2925 from Joshuabaker2/master

Ability to manually set bar chart bar width

10 years agoFix missing Chart.js.zip file for Travis release v2.2.0-rc.1
Simon Brunel [Fri, 15 Jul 2016 08:24:56 +0000 (10:24 +0200)] 
Fix missing Chart.js.zip file for Travis release

10 years agoMerge pull request #2971 from moberwasserlechner/patch-2
Evert Timberg [Thu, 14 Jul 2016 13:42:19 +0000 (09:42 -0400)] 
Merge pull request #2971 from moberwasserlechner/patch-2

Docs for Title and Legend position incomplete

10 years agoDocs for Title and Legend position incomplete 2971/head
Michael Oberwasserlechner [Thu, 14 Jul 2016 10:30:34 +0000 (12:30 +0200)] 
Docs for Title and Legend position incomplete

Positioning of title and legend to the left or to the right works.

10 years agoPackage.json for v.2.2.0-rc.1 and fixed travis deploy
Evert Timberg [Thu, 14 Jul 2016 00:00:12 +0000 (20:00 -0400)] 
Package.json for v.2.2.0-rc.1 and fixed travis deploy

10 years agoMerge pull request #2926 from chartjs/fix/2915
Evert Timberg [Wed, 13 Jul 2016 22:22:11 +0000 (18:22 -0400)] 
Merge pull request #2926 from chartjs/fix/2915

Fix bar and line controllers to convert strings to numbers when stacking

10 years agoMerge pull request #2918 from chartjs/fix/2916
Evert Timberg [Wed, 13 Jul 2016 22:21:57 +0000 (18:21 -0400)] 
Merge pull request #2918 from chartjs/fix/2916

Fix time point lines. Improved logic for using the value in the time …

10 years agoMerge pull request #2961 from moberwasserlechner/patch-1
Evert Timberg [Wed, 13 Jul 2016 13:13:36 +0000 (09:13 -0400)] 
Merge pull request #2961 from moberwasserlechner/patch-1

Fix copy typo

10 years agoFix copy typo 2961/head
Michael Oberwasserlechner [Wed, 13 Jul 2016 06:49:42 +0000 (08:49 +0200)] 
Fix copy typo

10 years agoAdded support for manually specifying bar thickness in bar charts 2925/head
Josh Baker [Wed, 6 Jul 2016 20:06:43 +0000 (13:06 -0700)] 
Added support for manually specifying bar thickness in bar charts

10 years agoUpdate link to Colors in documentation for each chart type
zachpanz88 [Tue, 12 Jul 2016 15:33:48 +0000 (11:33 -0400)] 
Update link to Colors in  documentation for each chart type

10 years agoMerge pull request #2883 from Mesonyx/mesonyx/bugfix/null-tooltips
Evert Timberg [Mon, 11 Jul 2016 14:34:20 +0000 (10:34 -0400)] 
Merge pull request #2883 from Mesonyx/mesonyx/bugfix/null-tooltips

Fix for null value label/x-axis multi-tooltip bug

10 years agoBring back capping of bezier curve points and have an option to disable it (#2948)
Evert Timberg [Sat, 9 Jul 2016 21:24:41 +0000 (17:24 -0400)] 
Bring back capping of bezier curve points and have an option to disable it (#2948)

10 years agoNon numeric y (#2849)
Evert Timberg [Sat, 9 Jul 2016 15:22:25 +0000 (11:22 -0400)] 
Non numeric y (#2849)

* Category scale can now read from the xLabels and yLabels properties.

* Update docs with section regarding the data object.

* Add sample file with non numeric Y and fix animations

10 years agoMerge branch 'amlethojalen-master'
Evert Timberg [Sat, 9 Jul 2016 14:02:08 +0000 (10:02 -0400)] 
Merge branch 'amlethojalen-master'

10 years agoupdate sample to have negative numbers
Evert Timberg [Sat, 9 Jul 2016 14:01:15 +0000 (10:01 -0400)] 
update sample to have negative numbers

10 years agoMerge branch 'master' of https://github.com/amlethojalen/Chart.js into amlethojalen...
Evert Timberg [Sat, 9 Jul 2016 13:39:43 +0000 (09:39 -0400)] 
Merge branch 'master' of https://github.com/amlethojalen/Chart.js into amlethojalen-master

10 years agoMerge pull request #2885 from neilmacintyre/master
Evert Timberg [Sat, 9 Jul 2016 13:12:57 +0000 (09:12 -0400)] 
Merge pull request #2885 from neilmacintyre/master

cached index and length

10 years agoMerge pull request #2905 from shuson/patch-1
Evert Timberg [Sat, 9 Jul 2016 13:12:32 +0000 (09:12 -0400)] 
Merge pull request #2905 from shuson/patch-1

add wikipedia link for DRY explanation

10 years agoFix JSHint warnings and remove commented code 2926/head
Evert Timberg [Sat, 9 Jul 2016 13:08:41 +0000 (09:08 -0400)] 
Fix JSHint warnings and remove commented code

10 years agoAdd polar area start angle setting 2947/head
Evert Timberg [Sat, 9 Jul 2016 13:05:02 +0000 (09:05 -0400)] 
Add polar area start angle setting

10 years agoMerge pull request #2936 from gitname/patch-1
Evert Timberg [Thu, 7 Jul 2016 20:17:20 +0000 (16:17 -0400)] 
Merge pull request #2936 from gitname/patch-1

Fix typo

10 years agoFix typo 2936/head
gitname [Thu, 7 Jul 2016 19:57:49 +0000 (12:57 -0700)] 
Fix typo

10 years agoFixed up formatting suggestions/issues as per comments from zachpanz88 2911/head
amlethojalen [Wed, 6 Jul 2016 22:35:21 +0000 (08:35 +1000)] 
Fixed up formatting suggestions/issues as per comments from zachpanz88

10 years agoFix bar and line controllers to convert strings to numbers when considering the value...
Evert Timberg [Wed, 6 Jul 2016 22:22:42 +0000 (18:22 -0400)] 
Fix bar and line controllers to convert strings to numbers when considering the values for stacking the chart. Simplified the base calculation for the bar charts and added test coverage to ensure that strings will work correctly.

10 years agoMerge pull request #2924 from jeffesp/master
Evert Timberg [Wed, 6 Jul 2016 21:57:31 +0000 (17:57 -0400)] 
Merge pull request #2924 from jeffesp/master

Fixes #2923: swapped tooltip xAlign & yAlign

10 years agoMerge pull request #2870 from chartjs/fix/2802
Evert Timberg [Wed, 6 Jul 2016 21:53:50 +0000 (17:53 -0400)] 
Merge pull request #2870 from chartjs/fix/2802

Consider left and top when determining value from pixel in category s…

10 years agoMerge remote-tracking branch 'chartjs-origin/master'
unknown [Wed, 6 Jul 2016 17:21:57 +0000 (11:21 -0600)] 
Merge remote-tracking branch 'chartjs-origin/master'

10 years agoFixes #2923: swapped tooltip xAlign & yAlign 2924/head
jeffesp [Wed, 6 Jul 2016 13:49:31 +0000 (09:49 -0400)] 
Fixes #2923: swapped tooltip xAlign & yAlign

10 years agoAdded usePointStyle option to label boxes
Shayne Linhart [Wed, 6 Jul 2016 02:08:29 +0000 (20:08 -0600)] 
Added usePointStyle option to label boxes

- Closes #2252
- Allows label boxes to match the shape(pointStyle) of the corresponding data.
* Removed unused varaible from legend's draw()

10 years agoAdded ability to render a line chart as a stepped line chart.
amlethojalen [Wed, 6 Jul 2016 01:13:12 +0000 (11:13 +1000)] 
Added ability to render a line chart as a stepped line chart.
Added option.elements.line.stepped
Added dataset.steppedLine
Added Sample, and updated documentation.

10 years agoFix time point lines. Improved logic for using the value in the time scale. Improve... 2918/head
Evert Timberg [Wed, 6 Jul 2016 00:52:17 +0000 (20:52 -0400)] 
Fix time point lines. Improved logic for using the value in the time scale. Improve value passing in the line and bubble controllers/

10 years agoAdded ability for drawing a Line Chart as a stepped Line Chart. (reverted from commit...
amlethojalen [Wed, 6 Jul 2016 00:25:01 +0000 (10:25 +1000)] 
Added ability for drawing a Line Chart as a stepped Line Chart. (reverted from commit efd06c886de405f00a93c506ef48a4e306c59af0)

10 years agoAdded ability for drawing a Line Chart as a stepped Line Chart.
amlethojalen [Tue, 5 Jul 2016 09:50:53 +0000 (19:50 +1000)] 
Added ability for drawing a Line Chart as a stepped Line Chart.

10 years agoMerge pull request #2867 from mtanda/fix_stacked_scatter_line_chart
Evert Timberg [Tue, 5 Jul 2016 02:57:40 +0000 (22:57 -0400)] 
Merge pull request #2867 from mtanda/fix_stacked_scatter_line_chart

Fix to work stacked scatter line chart (fixes #2878)