Skip to content

Commit

Permalink
fix hover issue #7
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcSkovMadsen committed Oct 15, 2022
1 parent 5b7c5ea commit e819c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panel_highcharts/charts.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class HighChartBase(PaneBase): # pylint: disable=too-many-ancestors
)
object_update = param.Dict(doc="""Incremental change to the initial user configuration.""")

event = param.Dict(doc="""Events raised by the chart""", readonly=True)
event = param.Dict(doc="""Events raised by the chart""")

_add_series = param.Dict(doc="""Transfer the arguments of the add_series method""")

Expand Down

0 comments on commit e819c9f

Please sign in to comment.