Commit Graph

86 Commits

Author SHA1 Message Date
Nick Downie
179d80a93b Cap bezier handles inside the scale 2014-08-17 22:32:36 +01:00
Nick Downie
48f10196f6 Use null checking for which points to draw/bezier 2014-08-03 19:20:31 +01:00
Nick Downie
bd25b5c7fd New methods for array finding 2014-08-03 19:19:54 +01:00
Nick Downie
09c0f3308c Whitespace cleanup 2014-08-03 16:39:04 +01:00
Nick Downie
30777e4a87 Merge branch 'master' into fix/sparse-datasets
Conflicts:
	Chart.min.js
2014-08-03 16:05:34 +01:00
Nick Downie
14e72759ee Merge pull request #331 from kara/patch-1
Update copyright year in license to 2014
2014-07-27 23:27:32 +01:00
Nick Downie
d47e600f1a Docs note on maintain aspect ratio option 2014-07-27 23:12:03 +01:00
Nick Downie
5bd10297fb Update built output 2014-07-27 23:03:32 +01:00
Nick Downie
55a115179e Fix reference error when tagging a release 2014-07-27 23:02:30 +01:00
Nick Downie
92e73bd28a Merge pull request #490 from nnnick/feature/version-bump
Create a task to bump + write version numbers
2014-07-27 22:59:14 +01:00
Nick Downie
ebc955f562 Merge pull request #431 from Mardaneus86/patch-1
Missing draw method in Writing new chart types
2014-07-27 22:58:55 +01:00
Nick Downie
5683c11ebd Merge pull request #438 from Miosss/templateEnchanceme
Alternative scale templating. Passing function as template.
2014-07-27 22:58:06 +01:00
Nick Downie
61467e107f Merge pull request #443 from andyburke/aspectratios
Allow for responsive chart to take up its entire container.
2014-07-27 22:57:29 +01:00
Nick Downie
adf6f3abb2 Create a task to bump + write version numbers
Also run `gulp release` to tag the latest release.
2014-07-27 21:41:49 +01:00
Nick Downie
22c50b0aba Merge pull request #460 from ooflorent/fix/npm-package
Add main in package.json
2014-07-17 10:02:01 +01:00
Florent Cailhol
edb245b649 Add main file 2014-07-17 09:42:16 +02:00
Andy Burke
16cf465575 Add a small amount to docs. 2014-07-10 17:47:02 -07:00
Andy Burke
997a216b50 Allow for responsive charts to take up entire container by setting responsive: true and maintainAspectRatio: false. 2014-07-10 17:45:17 -07:00
Miosss
d193951dc5 Alternative templating, cleanup.
Just added brackets.
2014-07-10 13:13:38 +02:00
Miosss
c37c58ad39 Alternative scale templating. Passing function as template.
Allows to choose template mechanism - processing function or original micro templating.
2014-07-09 14:57:08 +02:00
Nick Downie
529d582f03 Built output 2014-07-08 23:13:29 +01:00
Nick Downie
aa7975e4f7 Allow radar charts sparse data 2014-07-08 22:59:50 +01:00
Nick Downie
fdfa9912e8 Refactor logic into shared Element method 2014-07-08 22:44:55 +01:00
Nick Downie
2f59921f7a Make a start on sparse data for line charts 2014-07-08 22:40:32 +01:00
Nick Downie
e25fd5e37c Create null value bars, and hide if not numeric 2014-07-08 22:27:39 +01:00
Nick Downie
5d0171e8ed Check MultiTooltip elements are numeric 2014-07-08 22:19:36 +01:00
Nick Downie
55fc0cfd49 Change package.json name to lowercase 2014-07-08 21:45:56 +01:00
Tim Klingeleers
cdfdc3c3e2 Missing draw method in Writing new chart types
Added the draw method to "Writing new chart types". If you use the template without the draw method, you get an undefined error because Chart.Type.prototype.render calls this.draw() on line 808 in Chart.Core.js.
2014-07-08 13:15:23 +02:00
Nick Downie
ef5081184f Community chart types / extensions list 2014-07-06 22:59:57 +01:00
Nick Downie
02e535cdad Update bower & package.json with version bump
Forget this literally every time…
2014-07-02 21:51:31 +01:00
Nick Downie
3e1b120cbe Build latest output files for new version 2014-07-02 21:42:10 +01:00
Nick Downie
95844701bd Mention not committing built files in README.md 2014-07-02 21:39:44 +01:00
Nick Downie
403b6751ab Change case of README file 2014-07-02 21:38:14 +01:00
Nick Downie
2b81ac832a Merge pull request #415 from nnnick/fix/radar-chart-scale-updates
Reflow the Radar before updating to update scale
2014-07-02 21:36:51 +01:00
Nick Downie
3f9e5ab7a2 Merge pull request #414 from nnnick/feature/dataset-label-tooltip
Add datasetLabel to elements for tooltip templates
2014-07-02 21:36:39 +01:00
Nick Downie
23deaa9307 Merge pull request #413 from nnnick/fix/sparse-dataset-tooltip
Prevent spare datasets from breaking MultiTooltips
2014-07-02 21:36:28 +01:00
Nick Downie
2183d09b58 Merge pull request #409 from BrettBukowski/commonjs
Add support for CommonJS module definition
2014-07-02 21:36:17 +01:00
Nick Downie
ea9d144c71 Reflow the Radar before updating to update scale 2014-07-02 21:28:59 +01:00
Nick Downie
7a23131366 Add datasetLabel to elements for tooltip templates 2014-07-02 21:27:03 +01:00
Nick Downie
d7632efe65 Prevent spare datasets from breaking MultiTooltips 2014-07-02 21:09:04 +01:00
Brett Bukowski
477e09f1d4 Add support for CommonJS module definition 2014-07-01 15:39:28 -06:00
Nick Downie
641fc02212 1.0.1-beta Update for bower/package.json 2014-07-01 11:02:28 +01:00
Nick Downie
a55fdaad57 Merge pull request #402 from nnnick/fix/point-dot-option
Fix option for pointDot not being obeyed
2014-06-30 22:12:27 +01:00
Nick Downie
d006558e69 Merge pull request #392 from jbrooksuk/doc-update
Make javascript JavaScript and Github GitHub
2014-06-30 22:02:33 +01:00
Nick Downie
29ae3200a7 Default display of chart point to true 2014-06-30 21:54:24 +01:00
Nick Downie
38d1b87e1c Adhere to pointDot option in config
- Added `display` property on Point classes, to determine whether the
draw sequence should run or not.
2014-06-30 20:24:47 +01:00
James Brooks
e139ab8596 Make javascript JavaScript and Github GitHub 2014-06-30 11:50:35 +01:00
Nick Downie
28dd492460 Extending chart types docs typo error 2014-06-30 10:04:01 +01:00
Nick Downie
f13f99b7d7 Merge pull request #388 from nnnick/v1-dev
Version 1.0.0-beta release
2014-06-29 19:18:23 +01:00
Nick Downie
8533c27031 Update readme 2014-06-29 18:37:39 +01:00