Skip to content

Commit f3d2c9a

Browse files
remove obsolete advice about calling update methods (fixes zauberzeug#5267)
1 parent e678213 commit f3d2c9a

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

nicegui/elements/echart/echart.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def __init__(self,
3030
3131
An element to create a chart using `ECharts <https://echarts.apache.org/>`_.
3232
Updates can be pushed to the chart by changing the `options` property.
33-
After data has changed, call the `update` method to refresh the chart.
3433
3534
:param options: dictionary of EChart options
3635
:param on_click_point: callback that is invoked when a point is clicked

nicegui/elements/highchart.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ def __init__(self, *args, **kwargs) -> None: # pylint: disable=unused-argument
1313
1414
An element to create a chart using `Highcharts <https://www.highcharts.com/>`_.
1515
Updates can be pushed to the chart by changing the `options` property.
16-
After data has changed, call the `update` method to refresh the chart.
1716
1817
Due to Highcharts' restrictive license, this element is not part of the standard NiceGUI package.
1918
It is maintained in a `separate repository <https://github.com/zauberzeug/nicegui-highcharts/>`_

nicegui/elements/json_editor/json_editor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ def __init__(self,
2525
2626
An element to create a JSON editor using `JSONEditor <https://github.com/josdejong/svelte-jsoneditor>`_.
2727
Updates can be pushed to the editor by changing the `properties` property.
28-
After data has changed, call the `update` method to refresh the editor.
2928
3029
:param properties: dictionary of JSONEditor properties
3130
:param on_select: callback which is invoked when some of the content has been selected

0 commit comments

Comments
 (0)