]>
git.ipfire.org Git - thirdparty/Chart.js.git/log
Siben Nayak [Sun, 17 Jul 2016 13:35:21 +0000 (19:05 +0530)]
Merge branch 'master' of https://github.com/sibennayak/Chart.js
Siben Nayak [Sun, 17 Jul 2016 13:31:59 +0000 (19:01 +0530)]
FIx 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)
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
Simon Brunel [Fri, 15 Jul 2016 08:24:56 +0000 (10:24 +0200)]
Fix missing Chart.js.zip file for Travis release
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
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.
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
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
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 …
Evert Timberg [Wed, 13 Jul 2016 13:13:36 +0000 (09:13 -0400)]
Merge pull request #2961 from moberwasserlechner/patch-1
Fix copy typo
Michael Oberwasserlechner [Wed, 13 Jul 2016 06:49:42 +0000 (08:49 +0200)]
Fix copy typo
Josh Baker [Wed, 6 Jul 2016 20:06:43 +0000 (13:06 -0700)]
Added support for manually specifying bar thickness in bar charts
zachpanz88 [Tue, 12 Jul 2016 15:33:48 +0000 (11:33 -0400)]
Update link to Colors in documentation for each chart type
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
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)
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
Evert Timberg [Sat, 9 Jul 2016 14:02:08 +0000 (10:02 -0400)]
Merge branch 'amlethojalen-master'
Evert Timberg [Sat, 9 Jul 2016 14:01:15 +0000 (10:01 -0400)]
update sample to have negative numbers
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
Evert Timberg [Sat, 9 Jul 2016 13:12:57 +0000 (09:12 -0400)]
Merge pull request #2885 from neilmacintyre/master
cached index and length
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
Evert Timberg [Sat, 9 Jul 2016 13:08:41 +0000 (09:08 -0400)]
Fix JSHint warnings and remove commented code
Evert Timberg [Thu, 7 Jul 2016 20:17:20 +0000 (16:17 -0400)]
Merge pull request #2936 from gitname/patch-1
Fix typo
gitname [Thu, 7 Jul 2016 19:57:49 +0000 (12:57 -0700)]
Fix typo
amlethojalen [Wed, 6 Jul 2016 22:35:21 +0000 (08:35 +1000)]
Fixed up formatting suggestions/issues as per comments from zachpanz88
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.
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
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…
jeffesp [Wed, 6 Jul 2016 13:49:31 +0000 (09:49 -0400)]
Fixes #2923: swapped tooltip xAlign & yAlign
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()
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.
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/
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 )
amlethojalen [Tue, 5 Jul 2016 09:50:53 +0000 (19:50 +1000)]
Added ability for drawing a Line Chart as a stepped 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)
Shusen Wang [Mon, 4 Jul 2016 06:51:26 +0000 (14:51 +0800)]
add wikipedia link for DRY explanation
DRY is a short term for Don't Repeat yourself, maybe it is not so well known by front-end developers, but it is well known among back end developers
Evert Timberg [Sun, 3 Jul 2016 21:09:30 +0000 (17:09 -0400)]
Merge pull request #2901 from moberwasserlechner/fix/2894
Documentation fixes
zachpanz88 [Sun, 3 Jul 2016 04:24:35 +0000 (00:24 -0400)]
Add more information to README on Building and Testing
Michael Oberwasserlechner [Sat, 2 Jul 2016 14:46:29 +0000 (16:46 +0200)]
Finish incomplete sentence and remove trailing spaces.
Michael Oberwasserlechner [Sat, 2 Jul 2016 14:42:36 +0000 (16:42 +0200)]
add id property to common configuration
Michael Oberwasserlechner [Sat, 2 Jul 2016 14:35:33 +0000 (16:35 +0200)]
remove redundant option entry
Michael Oberwasserlechner [Sat, 2 Jul 2016 11:55:53 +0000 (13:55 +0200)]
stepSize defined twice. renaming the first to fixedStepSize
Evert Timberg [Sat, 2 Jul 2016 02:49:11 +0000 (22:49 -0400)]
Merge pull request #2897 from jimkring/patch-1
Update 04-Bar-Chart.md
Jim Kring [Fri, 1 Jul 2016 19:02:55 +0000 (12:02 -0700)]
Update 04-Bar-Chart.md
Changed second instance of "Options for xAxes" heading to "Options for yAxes" since it is the heading for the y-axis options.
Zach Panzarino [Fri, 1 Jul 2016 13:52:14 +0000 (09:52 -0400)]
Merge pull request #2893 from chartjs/fix/2888
Fix typo in docs
Evert Timberg [Fri, 1 Jul 2016 12:55:35 +0000 (08:55 -0400)]
Fix typo in docs
Neil Macintyre [Thu, 30 Jun 2016 22:10:11 +0000 (18:10 -0400)]
cached index and length
Adam Templeton [Thu, 30 Jun 2016 16:34:53 +0000 (11:34 -0500)]
fix for null tooltip bug
Mitsuhiro Tanda [Wed, 29 Jun 2016 03:35:52 +0000 (12:35 +0900)]
fix stacked scatter line chart
Evert Timberg [Thu, 30 Jun 2016 00:30:02 +0000 (20:30 -0400)]
Merge pull request #2865 from nmac143/master
Pie chart borders truncated #2844
nmac143 [Tue, 28 Jun 2016 20:33:43 +0000 (16:33 -0400)]
Fixed truncation of pie chart borders
Evert Timberg [Wed, 29 Jun 2016 11:00:09 +0000 (07:00 -0400)]
Consider left and top when determining value from pixel in category scale
Evert Timberg [Wed, 29 Jun 2016 01:59:39 +0000 (21:59 -0400)]
Merge pull request #2857 from chartjs/fix/2809
Polar area graph scale should start at 0 by default
Evert Timberg [Tue, 28 Jun 2016 20:15:04 +0000 (16:15 -0400)]
Merge pull request #2863 from Mesonyx/mesonyx/feature/x-axis-highlighting
adds x-axis hover option for charts and tooltips, highlights all dots…
Adam Templeton [Tue, 28 Jun 2016 20:05:04 +0000 (15:05 -0500)]
made table more readable
Adam Templeton [Tue, 28 Jun 2016 19:59:22 +0000 (14:59 -0500)]
updated docs with new option
Adam Templeton [Tue, 28 Jun 2016 19:15:12 +0000 (14:15 -0500)]
adds x-axis hover option for charts and tooltips, highlights all dots on x-axis upon x-axis hover
Evert Timberg [Tue, 28 Jun 2016 12:39:57 +0000 (08:39 -0400)]
Merge pull request #2555 from simonbrunel/travis-dist
Travis GitHub Releases
Evert Timberg [Tue, 28 Jun 2016 11:26:42 +0000 (07:26 -0400)]
Merge pull request #2860 from azranel/fix-scale-links-in-docs
Change ID links for scales objects
Evert Timberg [Tue, 28 Jun 2016 11:26:05 +0000 (07:26 -0400)]
Merge pull request #2789 from awallat/awallat-patch-tooltip-multiple-datasets
Fix tooltip not shown for missing dataset-value
Bartosz Łęcki [Tue, 28 Jun 2016 10:22:41 +0000 (12:22 +0200)]
Change ID links for scales objects
André Wallat [Thu, 16 Jun 2016 11:20:54 +0000 (13:20 +0200)]
Fix tooltip not shown for missing dataset
When two datasets are shown and they don't have the same x-coordinates, then the position of the tooltip is not calculated correctly, when using mode 'label' or 'dataset'. This fix checks if the position of every dataset exists, before it is used.
Evert Timberg [Tue, 28 Jun 2016 02:25:38 +0000 (22:25 -0400)]
Polar area graph scale should start at 0 by default
William Entriken [Mon, 27 Jun 2016 17:59:41 +0000 (13:59 -0400)]
Merge pull request #2741 from duerahan/master
time type xAxis height crah in line chart #2622
Evert Timberg [Sun, 26 Jun 2016 18:01:01 +0000 (14:01 -0400)]
Merge pull request #2848 from ronaldgrn/patch-1
Fix line example not showing Scale Titles
ronaldgrn [Sun, 26 Jun 2016 17:07:51 +0000 (14:07 -0300)]
Fix line example not showing Scale Titles
scaleLabel should have display: true instead of show: true
Zach Panzarino [Fri, 24 Jun 2016 02:32:09 +0000 (22:32 -0400)]
Merge pull request #2841 from chartjs/fix/2839
Fix typo in tooltip docs
Evert Timberg [Thu, 23 Jun 2016 23:40:45 +0000 (19:40 -0400)]
Fix typo in tooltip docs
Evert Timberg [Thu, 23 Jun 2016 02:07:53 +0000 (22:07 -0400)]
Merge pull request #2823 from chartjs/fix/2708
Use the scale center point for the polar area chart center
Evert Timberg [Thu, 23 Jun 2016 01:48:49 +0000 (21:48 -0400)]
Fix JSHint warning
Evert Timberg [Thu, 23 Jun 2016 01:46:12 +0000 (21:46 -0400)]
Merge pull request #2811 from chartjs/fix/span-gaps-global
Span gaps option should be specified at the chart level
Evert Timberg [Thu, 23 Jun 2016 01:46:06 +0000 (21:46 -0400)]
Merge pull request #2821 from chartjs/fix/2526
Gracefully handle creating the chart with no config
Evert Timberg [Thu, 23 Jun 2016 01:45:59 +0000 (21:45 -0400)]
Merge pull request #2822 from chartjs/fix/2604
Allow passing a value to the time scale getPixelForValue method
Evert Timberg [Thu, 23 Jun 2016 01:45:32 +0000 (21:45 -0400)]
Merge pull request #2828 from Kopleman/master
Fix statements in for() in tooltips's getAveragePosition.
Alexey Kopleman Dvurechensky [Wed, 22 Jun 2016 11:46:00 +0000 (14:46 +0300)]
Fix statements in for() in tooltips's getAveragePosition.
Evert Timberg [Tue, 21 Jun 2016 23:57:13 +0000 (19:57 -0400)]
Use the scale center point for the polar area chart center
Evert Timberg [Tue, 21 Jun 2016 23:03:30 +0000 (19:03 -0400)]
Allow passing a value to the time scale getPixelForValue method
Evert Timberg [Tue, 21 Jun 2016 22:45:22 +0000 (18:45 -0400)]
Gracefully handle creating the chart with no config
Evert Timberg [Mon, 20 Jun 2016 18:42:59 +0000 (14:42 -0400)]
Merge pull request #2800 from simonbrunel/#2734
#2734 Fix JSHint warnings
Evert Timberg [Mon, 20 Jun 2016 18:42:09 +0000 (14:42 -0400)]
Span gaps option should be specified at the chart level
Simon Brunel [Wed, 25 May 2016 18:53:02 +0000 (20:53 +0200)]
Drop official support for Bower
Remove the bower.json file and update the documentation with the alternative bower-npm-resolver solution.
Simon Brunel [Sun, 15 May 2016 21:32:05 +0000 (23:32 +0200)]
Make Travis to release the npm package
Add .npmignore to include dist/*.js files to the npm release (but exclude zip files). See https://docs.travis-ci.com/user/deployment/npm/. Also cleanup the .gitignore file.
Simon Brunel [Sat, 14 May 2016 23:19:57 +0000 (01:19 +0200)]
New Chart.js.zip package
Samples need to be packaged with built libraries (which one have been removed from the repository), so create a new `gulp package` task to generate a ZIP archive with dist files, samples and the license file. This archive is generated in the ./dist/ folder and will be deployed by Travis along the GH release. Note that the ./dist/ folder is not preserved but merged in the archive root. Also change samples requiring moment.js to load this lib from the CDN instead of the ./node_module folder.
Simon Brunel [Sat, 14 May 2016 21:12:46 +0000 (23:12 +0200)]
Add download links to the latest version
Remove outdated *standard build* and *bundled with Moment.js* links from the documentation and add a link to the latest GitHub release, from where the user can download `*.js` files.
Simon Brunel [Sat, 14 May 2016 18:44:55 +0000 (20:44 +0200)]
Remove and ignore dist/* files
Travis now builds and deploys these files for all tags, so we don't need to have them on the repository anymore.
Simon Brunel [Sat, 14 May 2016 18:41:57 +0000 (20:41 +0200)]
Make Travis to deploy built files for tags
See https://docs.travis-ci.com/user/deployment/releases
Simon Brunel [Sat, 18 Jun 2016 09:15:25 +0000 (11:15 +0200)]
Remove duplicated function names
Simon Brunel [Sat, 18 Jun 2016 09:00:11 +0000 (11:00 +0200)]
Fix #2734 Cleanup unused variables
Evert Timberg [Tue, 14 Jun 2016 23:32:24 +0000 (19:32 -0400)]
V2.1.6 with tooltip array fix
Evert Timberg [Tue, 14 Jun 2016 23:31:10 +0000 (19:31 -0400)]
Merge pull request #2776 from chartjs/fix/2775
fix tooltip with array returns
Evert Timberg [Tue, 14 Jun 2016 23:19:15 +0000 (19:19 -0400)]
fix tooltip with array returns
Evert Timberg [Sun, 12 Jun 2016 17:21:06 +0000 (13:21 -0400)]
Merge pull request #2760 from chartjs/2.1.5_release
Bump version to 2.1.5 and build
Evert Timberg [Sun, 12 Jun 2016 17:14:56 +0000 (13:14 -0400)]
Bump version to 2.1.5 and build
Evert Timberg [Sun, 12 Jun 2016 16:18:27 +0000 (12:18 -0400)]
Merge pull request #2758 from chartjs/fix/zoom-curved-lines
Do not cap bezier control point locations
Evert Timberg [Sun, 12 Jun 2016 13:19:33 +0000 (09:19 -0400)]
Capping these to the chart bounds causes lines to bend during pan and zoom
Evert Timberg [Sat, 11 Jun 2016 14:45:31 +0000 (10:45 -0400)]
Merge pull request #2755 from chartjs/fix/2751
Fix pointLabel docs typo
Evert Timberg [Sat, 11 Jun 2016 13:24:55 +0000 (09:24 -0400)]
Fix pointLabel docs typo
Evert Timberg [Sat, 11 Jun 2016 12:42:23 +0000 (08:42 -0400)]
Merge pull request #2752 from simonbrunel/plugins-arch
Plugins Enhancement
Simon Brunel [Fri, 10 Jun 2016 22:14:27 +0000 (00:14 +0200)]
New datasets update plugin extensions
Add `beforeDatasetsUpdate` and `afterDatasetsUpdate` plugin notifications during the chart update. Plugins are able to cancel the datasets update by explicitly returning false to `beforeDatasetsUpdate`. For consistency, rename `(before|after)DatasetDraw` to `(before|after)DatasetsDraw`.