Commit Graph

79 Commits

Author SHA1 Message Date
Jacco van den Berg
c57feead3a
Switch to discord (#11318) 2023-05-31 20:02:58 +02:00
Jacco van den Berg
60227da669
Update slack link (#11301)
* Update slack link

* Fix build
2023-05-20 01:09:25 +02:00
Jacco van den Berg
43abacbae5
Remove meetup banner (#11093) 2023-01-27 13:01:12 -05:00
Igor Lukanin
073a97e3ee
Update banner (#11057)
* Update banner

* Update

* Add width
2023-01-13 09:33:43 -05:00
Igor Lukanin
300e2119d8
chore: Add Chart.js meetup announcement to README (#11043) 2023-01-10 12:00:01 -05:00
Igor Lukanin
26f711df81
Revert "chore: Add Product Hunt button (temporarily) (#10980)" (#10988)
This reverts commit 2810bbc6fa.
2022-12-16 07:52:36 -05:00
Igor Lukanin
1fddec40ec
fix (#10990) 2022-12-16 10:55:49 +02:00
Igor Lukanin
2810bbc6fa
chore: Add Product Hunt button (temporarily) (#10980) 2022-12-15 07:52:12 -05:00
Igor Lukanin
acfb981ba3
Update Slack link (#10976) 2022-12-14 23:33:39 +01:00
Jacco van den Berg
c0fe7f9b05
Remove V3 support, update readme (#10872) 2022-11-15 20:14:15 +02:00
Peter Hauke
c694d97690
Fix Stack Overflow tag: chart.js (#10520) 2022-07-27 17:15:55 +02:00
gautammsuthar
1199415e25
Added hyperlink on Chart.js LOGO (#9741)
Inserted a hyperlink on chart.js logo 
So that users can easily be redirected to the HOME PAGE of the web application
2021-10-16 15:55:14 -04:00
Sandeep Suman
f3a82929d0
linked LICENSE.md to README (#9747) 2021-10-11 17:52:32 -04:00
Jacco van den Berg
73a5ec3ea1
Added v2 to issue template as not supported and change links in readme to v3 versions (#8693) 2021-04-02 14:32:55 -04:00
AW
38bd974c5a
Contributing link show 404 error page cause by wrong url (#8774) 2021-04-02 07:43:39 -04:00
Jukka Kurkela
ba99c4185c
Add markdown linting, fix errors (#8449) 2021-02-18 08:17:39 -05:00
Evert Timberg
e63beb8c6d
Add note about v3 dev code in readme (#8283)
* Add note about v3 dev code in readme

* Adjust note based on feedback
2021-01-08 06:56:01 +02:00
Evert Timberg
ff354cc5b8
Remove release branch workflow (#7827)
* GitHub actions uses locked install for CI
* Add initial GitHub action to publish to NPM
* Detect the NPM tag (latest vs next) depending on the git tag
* Deploy docs from releases & master commits
* Remove Travis CI
* Update repo badge to use actions status
* Remove Travis env vars and update docs-config to take a parameter
* Update publish script regex to match other scripts
* Deploy docs action only runs in one spot
2020-10-13 17:12:19 -04:00
Jukka Kurkela
c9573bc1e4
Refer to master documentation for Contributing (#7733) 2020-08-25 08:16:33 -04:00
Ben McCann
c5e76fc592
Fix broken links to contributor's guide (#7348)
Closes https://github.com/chartjs/Chart.js/issues/7347
2020-05-18 09:48:44 -04:00
Simon Brunel
b2f7adc2b4
Revamp the README.md and add link to the awesome list (#6096)
Integrate the upcoming awesome list and make our README.md welcome page more user friendly by displaying the Chart.js logo, adding the docs TOC and removing instructions that was already in the docs.
2019-03-01 09:13:21 +01:00
Simon Brunel
52b9793ba0 Use HTTPS instead of HTTP for URLs supporting it 2018-12-17 07:50:02 +01:00
Guiomar Valderrama
8a7278052f clarify moment.js included in bundle cannot be used outside of chartjs (#5528) 2018-06-04 08:14:04 -04:00
Marc Poulhiès
1072ed9238 Fix typo in README.md (#5504) 2018-05-22 22:23:24 +02:00
Wilson Lin
c90cf2ebcd Make both README.md and installation.md clearer (#5274)
Address the ambiguity of "Selecting the Correct Build" section
2018-02-20 13:29:10 +01:00
Simon Brunel
c268185953 Fix Slack invitation link (#5217)
Setup a new Heroku app based on rauchg/slackin, using Slack legacy token from the Chart.js (chartjs.slack@...) user and reCAPTCHA from the same Google account.
2018-01-31 19:35:08 -07:00
Simon Brunel
9ddb449ad1 Use the Chart.js shared ESLint config (#5112)
An ESLint shareable config has been created (from this repository) in the attempt to homogenize Chart.js hosted projects and plugins style. Rename `.eslintrc` files to `.eslintrc.yml` since the name has been deprecated.

Fix the CC badge (maintainability) and disable CodeClimate ESLint plugin because it doesn't support custom shareable config but also because it already executes relevant checks as part of the regular process.
2018-01-06 17:59:13 -05:00
Simon Brunel
543c31d549 Add Google Analytics to samples and update badges (#4734)
Inject the GA tracking snippet for all samples, including the index page. Also update README.md badges using the shields.io service for consistency with flat-square style and cache, and add release badges to the installation documentation page.
2017-09-10 08:31:59 -04:00
Alexander Paterson
e8ebb46aad Update link to documentation for previous versions 2017-07-05 17:31:33 -04:00
Ben McCann
ea725c0d20 Fix code climate badge and link (#4277) 2017-05-25 17:52:39 +02:00
Ben McCann
86fb98eb37 Remove extraneous period 2017-04-17 20:10:30 -04:00
Ben McCann
d8385bd358 Combine the two contributing docs 2017-04-17 07:27:41 -04:00
Simon Brunel
e3f3b8978b Add gulp unittest --coverage argument (#4075)
Coverage data are now generated by running `gulp unittest` with the `--coverage` argument: unit tests are then executed a single time on Travis. The gulp `coverage` task has been removed and `karma.coverage.conf.ci.js` merged into `karma.conf.ci.js`.

Update documentation with gulp commands (and remove them from `README.md`) and remove unused `config.jshintrc` (oversight from #3256). Delete `thankyou.md` which has been merged into `README.md`.
2017-03-25 18:26:45 +01:00
Zach Panzarino
99041de31a Update installation instructions in README 2016-10-25 15:04:58 +00:00
Simon Brunel
69ab0d3e23 Use gulp-eslint instead of gulp-jshint
Change the linter in gulp tasks to be consistent with Code Climate results which are based on ESLint using .eslintrc options. However, defaults Code Climate rules are too strict, so turn as warnings the 'complexity' and 'max-statements' rules (other errors has been fixed). Note that the Gulp task name has been changed for `gulp lint`.
2016-09-03 18:42:22 +02:00
Tanner Linsley
e35df050fb Update README.md 2016-08-30 09:04:16 -06:00
zachpanz88
f4ccb225a3
Add more information to README on Building and Testing 2016-07-03 00:24:35 -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
07662b158d V2.1.6 with tooltip array fix 2016-06-14 19:32:24 -04:00
Evert Timberg
3d03e36408 Bump version to 2.1.5 and build 2016-06-12 13:14:56 -04:00
Evert Timberg
40d76b6a7b 2.1.4 release 2016-05-26 18:43:39 -04:00
Zach Panzarino
529ebedc90 Add BrowserStack mention to readme and website 2016-05-18 12:32:09 +00:00
Evert Timberg
5514ee07c1 Revert "Travis GitHub Releases" (#2553) 2016-05-14 18:08:38 -04:00
Simon Brunel
4e9e26c85d Travis GitHub Releases (#2552)
* Make Travis to deploy built files for tags

See https://docs.travis-ci.com/user/deployment/releases

* 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.

* 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-05-14 17:35:32 -04:00
Evert Timberg
eb05588c95 2.1.3 release 2016-05-12 18:41:22 -04:00
Zach Panzarino
c276926c14 Update CDN in Readme to 2.1.2 2016-05-08 16:19:36 -04:00
Zach Panzarino
9cfda5a819 Update CDN in README to 2.1.1 2016-05-07 11:42:51 -04:00
Zach Panzarino
fa5e40e41c Update README to include CDN for newest version (2.1.0) 2016-05-04 10:57:25 -04:00
Nick Downie
0447fda26d Update readme to link to previous versions
Note - this removed now not required mention of liquid tags in docs.
2016-04-27 19:49:26 +01:00