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: README.md
+39-17Lines changed: 39 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,32 @@
1
-
# Chart Studio HTML Template
1
+
# Plotly Chart Studio HTML Template
2
2
3
-
Host your HTML charts online for free using GitHub Pages. This template makes it easy to publish your visualizations and share them with a simple web link.
3
+
Host your Plotly Chart Studio visualizations online for free using GitHub Pages. Export your charts from Chart Studio as HTML files and publish them with a simple web link.
4
4
5
5
## What This Does
6
6
7
-
Upload your HTML chart files, and each one gets its own web address that you can share with anyone. For example:
-Your chart is at: `https://jane-smith.github.io/my-charts/sales-report.html`
81
+
- Your repository is named `my-plotly-charts`
82
+
-Your main gallery page is at: `https://jane-smith.github.io/my-plotly-charts/`
83
+
-A specific chart is at: `https://jane-smith.github.io/my-plotly-charts/sales-report.html`
65
84
66
85
## Finding Your Chart URLs
67
86
68
87
Don't remember the exact address?
69
88
70
89
1. Go to **Settings** → **Pages**
71
90
2. At the top you'll see "Your site is live at [address]"
72
-
3. Add your filename to the end: `[address]/your-file.html`
91
+
3. Visit that address to see all your charts listed with clickable links
92
+
4. Or add a filename to the end for a specific chart: `[address]/your-file.html`
73
93
74
94
## Adding More Charts
75
95
76
-
Just repeat Step 3! Every time you add a new `.html` file to the `charts` folder and commit it, GitHub will automatically publish it within about a minute.
96
+
Just repeat Step 4! Every time you export a new chart from Chart Studio and add the `.html` file to the `charts` folder:
97
+
- GitHub will automatically publish it within about a minute
98
+
- The index page will automatically update to include your new Plotly chart
0 commit comments