Josh Baker
191c280387
Added support for manually specifying bar thickness in bar charts
2016-07-12 17:31:50 -07:00
Evert Timberg
49c4169010
Bring back capping of bezier curve points and have an option to disable it ( #2948 )
2016-07-09 15:24:41 -06:00
Evert Timberg
b6686f00f4
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
2016-07-09 09:22:25 -06:00
Evert Timberg
72813d5112
Merge branch 'amlethojalen-master'
2016-07-09 10:02:08 -04:00
Evert Timberg
6f392639c2
Merge branch 'master' of https://github.com/amlethojalen/Chart.js into amlethojalen-master
2016-07-09 09:39:43 -04:00
Evert Timberg
fc09b58a14
Merge pull request #2905 from shuson/patch-1
...
add wikipedia link for DRY explanation
2016-07-09 09:12:32 -04:00
gitname
046e2effb5
Fix typo
2016-07-07 12:57:49 -07:00
amlethojalen
988423b05e
Fixed up formatting suggestions/issues as per comments from zachpanz88
2016-07-07 08:35:21 +10:00
Shayne Linhart
0dccc85e3a
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()
2016-07-05 20:08:29 -06:00
amlethojalen
68728fc9a7
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.
2016-07-06 11:13:12 +10:00
amlethojalen
bddc870201
Added ability for drawing a Line Chart as a stepped Line Chart. (reverted from commit efd06c886de405f00a93c506ef48a4e306c59af0)
2016-07-06 10:25:01 +10:00
amlethojalen
efd06c886d
Added ability for drawing a Line Chart as a stepped Line Chart.
2016-07-05 19:50:53 +10:00
Shusen Wang
ff9e9f1d7c
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
2016-07-04 14:51:26 +08:00
Evert Timberg
b197fdae42
Merge pull request #2901 from moberwasserlechner/fix/2894
...
Documentation fixes
2016-07-03 17:09:30 -04:00
Michael Oberwasserlechner
1485778363
Finish incomplete sentence and remove trailing spaces.
2016-07-02 16:46:29 +02:00
Michael Oberwasserlechner
aed3d40263
add id property to common configuration
2016-07-02 16:42:36 +02:00
Michael Oberwasserlechner
2feebb1cd2
remove redundant option entry
2016-07-02 16:35:33 +02:00
Michael Oberwasserlechner
ae010a91b6
stepSize defined twice. renaming the first to fixedStepSize
2016-07-02 13:55:53 +02:00
Jim Kring
aa556540f4
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.
2016-07-01 12:02:55 -07:00
Evert Timberg
900e1062ba
Fix typo in docs
2016-07-01 08:55:35 -04:00
Adam Templeton
c39b8f6c78
made table more readable
2016-06-28 15:05:04 -05:00
Adam Templeton
a0a3561eef
updated docs with new option
2016-06-28 14:59:22 -05:00
Evert Timberg
9082507c1c
Merge pull request #2555 from simonbrunel/travis-dist
...
Travis GitHub Releases
2016-06-28 08:39:57 -04:00
Bartosz Łęcki
e1a1d9cd6d
Change ID links for scales objects
2016-06-28 12:22:41 +02:00
Evert Timberg
5c36e0de65
Fix typo in tooltip docs
2016-06-23 19:40:45 -04:00
Evert Timberg
db8ed6a6c0
Span gaps option should be specified at the chart level
2016-06-20 14:42:09 -04:00
Simon Brunel
c6318749da
Drop official support for Bower
...
Remove the bower.json file and update the documentation with the alternative bower-npm-resolver solution.
2016-06-18 12:18:30 +02:00
Simon Brunel
0579fbb741
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.
2016-06-18 12:14:30 +02:00
Evert Timberg
7be69ce7e3
Fix pointLabel docs typo
2016-06-11 09:24:55 -04:00
Simon Brunel
53eb7667dd
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`.
2016-06-11 00:17:48 +02:00
Zach Panzarino
d901687c2d
Remove link that doesn't exist anymore in scale docs
2016-06-10 15:00:17 +00:00
Evert Timberg
a687749ed4
Radial linear scale array properties for line width and color
2016-06-07 20:09:33 -04:00
Evert Timberg
5f7865c741
Merge pull request #2724 from rawliving-germany/master
...
fix typo in tooltip conf doc.
2016-06-07 08:53:34 -04:00
Ryan M. Poe
77357e57d6
Refactor spanGaps for line graphs with sparse data ( #2721 )
...
Fix #2435 , this very slim patch (including its relevant documentation addition) adds a small option to line chart datasets (spanGaps) that allows users trying to graph sparse datasets to have lines between null entries drawn, rather than omitted.
2016-06-07 09:15:26 +02:00
Felix Wolfsteller
f71f525caf
fix typo in tooltip conf doc.
2016-06-07 07:46:13 +02:00
Evert Timberg
76d284c4ae
Merge branch 'multiline_labels' of https://github.com/Tarqwyn/Chart.js into Tarqwyn-multiline_labels
...
Conflicts:
src/core/core.scale.js
2016-06-04 20:48:26 -04:00
Tarqwyn
e856dda04f
Suggested changes from PR review
...
Changes to be committed:
modified: docs/02-Scales.md
modified: src/core/core.helpers.js
modified: src/core/core.scale.js
modified: test/core.helpers.tests.js
2016-06-03 20:15:29 +01:00
Tarqwyn
2bc8e3c7f6
This PR allows for multi-line labels, as per Slack discussion..
...
Usage: If a label is an `array` as opposed to a `string` i.e. `[["June","2015"], "July"]` then each element is treated as a seperate line. The appropriate calculations are made to determine the correct height and width, and rotation is still supported.
view samples/line-multiline-labels.html to see it working.
On branch multiline_labels
Changes to be committed:
modified: docs/03-Line-Chart.md
new file: samples/line-multiline-labels.html
modified: src/core/core.helpers.js
modified: src/core/core.scale.js
2016-06-03 17:12:19 +01:00
Evert Timberg
7ea36aead3
Add a way to know when a resize occurs.
2016-06-02 20:43:38 -04:00
Evert Timberg
b96fdcaf85
Docs on new plugin callback
2016-05-31 22:28:22 -04:00
Zach Panzarino
0997cf71cc
Fix doc syntax ( #2673 )
2016-05-31 17:50:02 +00:00
Evert Timberg
bd6c4870af
Update colors for chart that is created
2016-05-29 16:30:31 -04:00
Evert Timberg
a5ab4521a1
Merge pull request #2661 from chartjs/tooltip-improvements-and-tests
...
Improve tooltip performance and added new options
2016-05-29 12:10:30 -04:00
Evert Timberg
876ddc8931
Update radial linear scale docs
2016-05-29 10:31:58 -04:00
Evert Timberg
b646f6d816
Add a way of sorting tooltip items with a custom sort function
2016-05-28 20:47:36 -04:00
Evert Timberg
9269411799
Merge pull request #2657 from chartjs/tooltip-color-callback
...
Provide a way to configure the colour of tooltip items
2016-05-28 12:14:27 -04:00
Evert Timberg
327b8d82f5
Allow turning off lines on a per dataset basis
2016-05-27 22:20:51 -04:00
Evert Timberg
66aa65be68
Tooltip now has a callback for configuring the colors of items displayed. Added docs and improved the options passed to the tooltip
2016-05-27 21:07:02 -04:00
Roland Warmerdam
127ed8ddb3
docs: fix the bar chart default axis id's
2016-05-26 14:38:53 -07:00
Evert Timberg
81aedf4df0
Fix scale typos
2016-05-25 18:39:43 -04:00