Highcharts.stockChart: 1) calling conventions from nicegui and 2) documentation #1750
Closed
metaperl
started this conversation in
Ideas / Feature Requests
Replies: 2 comments 2 replies
-
The current documentation of Note that the element |
Beta Was this translation helpful? Give feedback.
2 replies
-
I'll close this discussion because the feature request remains unclear. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, there is support for calling highcharts
stockChart
from nicegui - #284But my question is it appears that one must supply two arguments to a
chart
method -type
andextras
instead of simply having a chart method... i.e.: currently you must do:instead of
are the current calling conventions done to create a 1-to-1 mapping with the highcharts API?
Also: where is the documentation for
stockChart
?stockChart
in NiceGUI is not documented either. There are only a few comments on thechart
method with no link to a working example.Beta Was this translation helpful? Give feedback.
All reactions