Skip to content

Commit d67dcf8

Browse files
author
Joseph Damiba
committed
update reamde with things i forgot
1 parent bf1fb07 commit d67dcf8

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

_data/display_as.yml

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ basic:
1919
statistical:
2020
reference: '#statistical-charts'
2121
text: Statistical
22+
ai_ml:
23+
reference: '#ai-ml'
24+
text: Artificial Intelligence and Machine Learning
2225
scientific:
2326
reference: '#scientific-charts'
2427
text: Scientific

_data/display_as_py_r_js.yml

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ basic:
1919
statistical:
2020
reference: 'statistical-charts'
2121
text: Statistical
22+
ai_ml:
23+
reference: '#ai-ml'
24+
text: Artificial Intelligence and Machine Learning
2225
scientific:
2326
reference: 'scientific-charts'
2427
text: Scientific

_posts/plotly_js/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ order: 5
4444
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","add-chart-type-or-topic"| sort: "order" %}
4545
{% include posts/auto_examples.html examples=examples %}
4646
```
47-
- Make sure to update `_includes/posts/documentation_eg.html` with the new chart type!
47+
- Make sure to update `_includes/posts/documentation_eg.html`, `_includes/layouts/side-bar.html`, and `_data/display_as_py_r_js.yml` and the CI python scripts with the new chart type!
4848

4949
- Index pages for chart categories must have `order: 5`.
5050

0 commit comments

Comments
 (0)