File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ this further. *( contents polished by `ChartGPT-4`)*
24
24
* Highly configurable chart options.
25
25
* Closely to the full Echarts functions.
26
26
* Strong Extensibility.
27
- * Live update support for displaying. see [ echarts4j-chart-server] ( ./echarts4j-chart-server/README.md )
28
- * Snapshot for image render. see [ echarts4j-snapshot-playwright] ( ./echarts4j-snapshot-playwright/README.md )
27
+ * Live update support for displaying ( see [ echarts4j-chart-server] ( ./echarts4j-chart-server/README.md ) ).
28
+ * Snapshot for image render ( see [ echarts4j-snapshot-playwright] ( ./echarts4j-snapshot-playwright/README.md ) ).
29
29
30
30
---
31
31
Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ A handy way is placing `SimpleChartServerRender.on();` on the last.
56
56
57
57
## Live Update
58
58
59
- > It will do websocket on ` localhost:9493 ` .
60
- > Use the ` ECHARTS4J_CS_LIVE_UPDATE_HOST ` env param to change the host.
59
+ > It will do websocket on ` localhost:9493 ` .
60
+ > Use the ` ECHARTS4J_CS_LIVE_UPDATE_HOST ` env param to change the host.
61
61
> Use the ` ECHARTS4J_CS_LIVE_UPDATE_PORT ` env param to change the port.
62
62
63
63
```
You can’t perform that action at this time.
0 commit comments