@@ -19,7 +19,7 @@ exports[`definition for cartesian-chart matches the snapshot > cartesian-chart 1
1919 " type" : " object" ,
2020 },
2121 " detailType" : " { visibleSeries: Array<string>; }" ,
22- " name" : " onChangeVisibleSeries " ,
22+ " name" : " onVisibleSeriesChange " ,
2323 },
2424 ],
2525 " functions" : [
@@ -383,7 +383,7 @@ When set to "side", displays the title along the axis line.",
383383 } ,
384384 {
385385 " description" : " Specifies which series to show using their IDs. By default, all series are visible and managed by the component.
386- If a series doesn ' t have an ID, its name is used. When using this property, manage state updates with \` onChangeVisibleSeries \` .",
386+ If a series doesn ' t have an ID, its name is used. When using this property, manage state updates with \` onVisibleSeriesChange \` .",
387387 " name" : " visibleSeries" ,
388388 " optional" : true ,
389389 " type" : " ReadonlyArray<string>" ,
@@ -551,7 +551,7 @@ exports[`definition for pie-chart matches the snapshot > pie-chart 1`] = `
551551 " type" : " object" ,
552552 },
553553 " detailType" : " { visibleSegments: Array<string>; }" ,
554- " name" : " onChangeVisibleSegments " ,
554+ " name" : " onVisibleSegmentsChange " ,
555555 },
556556 ],
557557 " functions" : [
@@ -914,7 +914,7 @@ Supported series types:
914914 },
915915 {
916916 " description" : " Specifies which segments to show using their IDs. By default, all segments are visible and managed by the component.
917- If a segment doesn ' t have an ID, its name is used. When using this property, manage state updates with \` onChangeVisibleSegments \` .",
917+ If a segment doesn ' t have an ID, its name is used. When using this property, manage state updates with \` onVisibleSegmentsChange \` .",
918918 " name" : " visibleSegments" ,
919919 " optional" : true ,
920920 " type" : " ReadonlyArray<string>" ,
0 commit comments