Skip to content

Commit 9566500

Browse files
committed
Remove plugin refs, add a link to awesome
1 parent 5f690e6 commit 9566500

File tree

3 files changed

+4
-18
lines changed

3 files changed

+4
-18
lines changed
-744 Bytes
Binary file not shown.

docs/general/colors.md

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ const data = {
5050

5151
However, setting colors for each dataset might require additional work that you'd rather not do. In that case, consider using the following plugins with pre-defined or generated palettes.
5252

53-
### Default color series
53+
### Default color palette
5454

55-
If you don't have any preference for colors, you can use the built-in `Colors` plugin. It will cycle through a series of seven Chart.js brand colors:
55+
If you don't have any preference for colors, you can use the built-in `Colors` plugin. It will cycle through a palette of seven Chart.js brand colors:
5656

5757
<div style="max-width: 500px;">
5858

@@ -84,23 +84,9 @@ const options = {
8484

8585
:::
8686

87-
### Advanced color series
87+
### Advanced color palettes
8888

89-
If a limited-size series of colors is not enough, you can use [`chartjs-plugin-autocolors`](https://github.com/kurkle/chartjs-plugin-autocolors) that generates an unlimited number of distinct colors for every dataset or for every data point in every dataset:
90-
91-
<div style="max-width: 500px;">
92-
93-
![Autocolors plugin palette](./autocolors-plugin-palette.png)
94-
95-
</div>
96-
97-
You can also use [`chartjs-plugin-colorschemes`](https://github.com/nagix/chartjs-plugin-colorschemes) that comes with dozens of [pre-defined color series](https://nagix.github.io/chartjs-plugin-colorschemes/colorchart.html) from well-known tools like Tableau and Microsoft Office:
98-
99-
<div style="max-width: 500px;">
100-
101-
![Colorschemes plugin palette](./colorschemes-plugin-palette.png)
102-
103-
</div>
89+
See the [awesome list](https://github.com/chartjs/awesome#plugins) for plugins that would give you more flexibility defining color palettes.
10490

10591
## Color formats
10692

-769 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)