Skip to content

Commit dbbe562

Browse files
add some more faq
1 parent d3bd6f1 commit dbbe562

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,24 @@ Currently, most common use cases should be already covered. Feel free to create
119119

120120
## FAQ
121121

122+
### Is this cross platform?
123+
124+
YES*
125+
126+
*The output of the package is usually a webpage that renders the figure using plotly.js. That means it will work on almost any browser. For further details, check plotly.js docs
127+
128+
### Why this library and not go-echarts
129+
130+
go-echarts is an amazing library! It is the exact same idea as this library but for Apache ECharts.
131+
132+
To make a meaningful choice, you should compare plotly.js features ve ECharts,
133+
134+
### Why this library and not gonum/plot
135+
136+
gonum/plot is focus on building static images while go-plotly has al the interactive features plotly.js provides.
137+
138+
If you want interactive dashboards, this library is way better.
139+
122140
### What's the meaning of "grob"?
123141

124142
In python, the component is called graph_objects, like in this package, but that's too long to write it over and over again. In Python, usually it's called "go" from Graph_Objects but in Go... that's not possible for a conflict with a keyword. as an alternative, I've decided to use "grob" from GRaph_OBjects.

0 commit comments

Comments
 (0)