From cbcb2e8c92ce9248b1b746c0909af42cd7d4a96b Mon Sep 17 00:00:00 2001 From: An An <2236368544@qq.com> Date: Thu, 5 Sep 2024 11:17:05 +0800 Subject: [PATCH] Update CustomStyleForSplineChartComposer.swift --- .../CustomStyleForSplineChartComposer.swift | 44 +++++++++---------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/AAInfographicsDemo/Demo/AAChartModel/Composer/CustomStyleForSplineChartComposer.swift b/AAInfographicsDemo/Demo/AAChartModel/Composer/CustomStyleForSplineChartComposer.swift index 06d452e..e1c66ce 100644 --- a/AAInfographicsDemo/Demo/AAChartModel/Composer/CustomStyleForSplineChartComposer.swift +++ b/AAInfographicsDemo/Demo/AAChartModel/Composer/CustomStyleForSplineChartComposer.swift @@ -10,32 +10,32 @@ import AAInfographics class CustomStyleForSplineChartComposer { - static func mixedSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.mixedLineChart().chartType(.spline)} - static func stepSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.stepLineChart().chartType(.spline)} - static func stepAreaChart() -> AAChartModel { CustomStyleForLineChartComposer.stepAreaChart().chartType(.spline)} - static func customSingleDataLabelForSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.customSingleDataLabelForLineChart().chartType(.spline)} - static func shadowStyleSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.shadowStyleLineChart().chartType(.spline)} + static func mixedSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.mixedLineChart().chartType(.spline) } + static func stepSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.stepLineChart().chartType(.spline) } + static func stepAreaChart() -> AAChartModel { CustomStyleForLineChartComposer.stepAreaChart().chartType(.spline) } + static func customSingleDataLabelForSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.customSingleDataLabelForLineChart().chartType(.spline) } + static func shadowStyleSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.shadowStyleLineChart().chartType(.spline) } - static func colorfulGradientSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.colorfulGradientLineChart().chartType(.spline)} - static func customMarkerSymbolContentSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.customMarkerSymbolContentLineChart().chartType(.spline)} - static func drawPointsWithCoordinatesForSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.drawPointsWithCoordinatesForLineChart().chartType(.spline)} - static func customHoverAndSelectHaloStyleForSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.customHoverAndSelectHaloStyleForLineChart().chartType(.spline)} - static func disableSomeOfLinesMouseTrackingEffectForSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.disableSomeOfLinesMouseTrackingEffectForLineChart().chartType(.spline)} + static func colorfulGradientSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.colorfulGradientLineChart().chartType(.spline) } + static func customMarkerSymbolContentSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.customMarkerSymbolContentLineChart().chartType(.spline) } + static func drawPointsWithCoordinatesForSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.drawPointsWithCoordinatesForLineChart().chartType(.spline) } + static func customHoverAndSelectHaloStyleForSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.customHoverAndSelectHaloStyleForLineChart().chartType(.spline) } + static func disableSomeOfLinesMouseTrackingEffectForSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.disableSomeOfLinesMouseTrackingEffectForLineChart().chartType(.spline) } - static func colorfulShadowSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.colorfulShadowLineChart().chartType(.spline)} - static func colorfulDataLabelsStepSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.colorfulDataLabelsStepLineChart().chartType(.spline)} - static func disableMarkerHoverEffectForSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.disableMarkerHoverEffectForLineChart().chartType(.spline)} - static func maxAndMinDataLabelsForSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.maxAndMinDataLabelsForLineChart().chartType(.spline)} - static func dashStyleTypesMixedSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.dashStyleTypesMixedLineChart().chartType(.spline)} + static func colorfulShadowSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.colorfulShadowLineChart().chartType(.spline) } + static func colorfulDataLabelsStepSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.colorfulDataLabelsStepLineChart().chartType(.spline) } + static func disableMarkerHoverEffectForSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.disableMarkerHoverEffectForLineChart().chartType(.spline) } + static func maxAndMinDataLabelsForSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.maxAndMinDataLabelsForLineChart().chartType(.spline) } + static func dashStyleTypesMixedSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.dashStyleTypesMixedLineChart().chartType(.spline) } - static func allLineDashStyleTypesMixedSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.allLineDashStyleTypesMixedLineChart().chartType(.spline)} - static func shadowSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.shadowLineChart().chartType(.spline)} - static func colorfulMarkersAndLinesSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.colorfulMarkersAndLinesLineChart().chartType(.spline)} - static func colorfulMarkersAndLinesSplineChart2() -> AAChartModel { CustomStyleForLineChartComposer.colorfulMarkersAndLinesLineChart2().chartType(.spline)} - static func connectNullsForSingleAASeriesElementSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.connectNullsForSingleAASeriesElementLineChart().chartType(.spline)} + static func allLineDashStyleTypesMixedSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.allLineDashStyleTypesMixedLineChart().chartType(.spline) } + static func shadowSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.shadowLineChart().chartType(.spline) } + static func colorfulMarkersAndLinesSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.colorfulMarkersAndLinesLineChart().chartType(.spline) } + static func colorfulMarkersAndLinesSplineChart2() -> AAChartModel { CustomStyleForLineChartComposer.colorfulMarkersAndLinesLineChart2().chartType(.spline) } + static func connectNullsForSingleAASeriesElementSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.connectNullsForSingleAASeriesElementLineChart().chartType(.spline) } - static func largeDifferencesInTheNumberOfDataInDifferentSeriesElementSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.largeDifferencesInTheNumberOfDataInDifferentSeriesElementLineChart().chartType(.spline)} - static func customDifferentDataLabelsShapeForSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.customDifferentDataLabelsShapeForLineChart().chartType(.spline)} + static func largeDifferencesInTheNumberOfDataInDifferentSeriesElementSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.largeDifferencesInTheNumberOfDataInDifferentSeriesElementLineChart().chartType(.spline) } + static func customDifferentDataLabelsShapeForSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.customDifferentDataLabelsShapeForLineChart().chartType(.spline) } }