You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/chart_maker/ReadMe.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,14 @@ SeleniumBase Chart Maker allows you to create HTML charts with Python. (HighChar
10
10
11
11
([Click to see a presentation with multiple charts](https://seleniumbase.io/other/chart_presentation.html))
12
12
13
-
Here's how to run an example presentation with a pie chart:
13
+
Here's how to run the example presentation with a pie chart from [github.com/seleniumbase/SeleniumBase/tree/master/examples/chart_maker](https://github.com/seleniumbase/SeleniumBase/tree/master/examples/chart_maker):
14
14
15
15
```bash
16
16
cd examples/chart_maker
17
17
pytest my_chart.py
18
18
```
19
19
20
-
Here's the code for that pie chart presentation:
20
+
Here's the code for that pie chart presentation ([github.com/seleniumbase/SeleniumBase/blob/master/examples/chart_maker/my_chart.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/chart_maker/my_chart.py)):
Copy file name to clipboardExpand all lines: help_docs/chart_maker.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,14 @@ SeleniumBase Chart Maker allows you to create HTML charts with Python. (HighChar
10
10
11
11
([Click to see a presentation with multiple charts](https://seleniumbase.io/other/chart_presentation.html))
12
12
13
-
Here's how to run an example presentation with a pie chart:
13
+
Here's how to run the example presentation with a pie chart from [github.com/seleniumbase/SeleniumBase/tree/master/examples/chart_maker](https://github.com/seleniumbase/SeleniumBase/tree/master/examples/chart_maker):
14
14
15
15
```bash
16
16
cd examples/chart_maker
17
17
pytest my_chart.py
18
18
```
19
19
20
-
Here's the code for that pie chart presentation:
20
+
Here's the code for that pie chart presentation ([github.com/seleniumbase/SeleniumBase/blob/master/examples/chart_maker/my_chart.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/chart_maker/my_chart.py)):
0 commit comments