Skip to content

Commit

Permalink
Update JSFunctionForAAChartEventsComposer2.m
Browse files Browse the repository at this point in the history
  • Loading branch information
AAChartModel committed Jan 29, 2024
1 parent 4f01ee5 commit fe75e00
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions AAChartKitDemo/ChartsDemo/JSFunctionForAAChartEventsComposer2.m
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,14 @@ + (AAOptions *)defaultSelectedAPointForLineChart {

this.hasRun = true;
}), (long)defaultPointIndex]))
.allowPointSelectSet(@true)
.markerSet(AAMarker.new
.statesSet(AAMarkerStates.new
.selectSet(AAMarkerSelect.new
.fillColorSet(@"red")
.lineWidthSet(@10)
.lineColorSet(@"yellow")
.radiusSet(@20))))))
.allowPointSelectSet(@true)
.markerSet(AAMarker.new
.statesSet(AAMarkerStates.new
.selectSet(AAMarkerSelect.new
.fillColorSet(@"red")
.lineWidthSet(@10)
.lineColorSet(@"yellow")
.radiusSet(@20))))))
.seriesSet(@[
AASeriesElement.new
.dataSet(dataArr)
Expand Down

0 comments on commit fe75e00

Please sign in to comment.