From 705006fe0c1187ace53ee6505f71ba98fe4b44e6 Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期五, 26 四月 2024 18:27:45 +0800 Subject: [PATCH] 2024年04月26日18:26:42 --- app/src/main/java/com/hdl/photovoltaic/ui/home/HomePageFragment.java | 417 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 400 insertions(+), 17 deletions(-) diff --git a/app/src/main/java/com/hdl/photovoltaic/ui/home/HomePageFragment.java b/app/src/main/java/com/hdl/photovoltaic/ui/home/HomePageFragment.java index 3bc0fa3..d0474e4 100644 --- a/app/src/main/java/com/hdl/photovoltaic/ui/home/HomePageFragment.java +++ b/app/src/main/java/com/hdl/photovoltaic/ui/home/HomePageFragment.java @@ -1,24 +1,92 @@ package com.hdl.photovoltaic.ui.home; -import android.content.Intent; -import android.os.Bundle; -import android.view.View; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.adjustYAxisMaxAndMinValues; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.configureAreaChartThreshold; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.configureChartWithShadowStyle; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.configureColorfulChart; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.configureColorfulColumnChart; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.configureColorfulDataLabelsStepLineChart; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.configureColorfulGradientAreaChart; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.configureColorfulGradientColorAndColorfulDataLabelsStepAreaChart; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.configureColorfulGradientColorChart; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.configureColorfulGradientSplineChart; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.configureColorfulShadowSplineChart; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.configureDiscontinuousDataChart; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.configureGradientColorAreasplineChart; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.configureHexagonRadarChart; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.configureMaxAndMinDataLabelsForChart; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.configureMultiLevelStopsArrGradientColorAreasplineMixedLineChart; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.configureNightingaleRoseChart; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.configurePentagonRadarChart; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.configureQuadrangleRadarChart; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.configureSpecialStyleColumnForNegativeDataMixedPositiveData; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.configureSpecialStyleColumnOfSingleDataElementChart; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.configureSpecialStyleMarkerOfSingleDataElementChart; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.configureTriangleRadarChart; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.connectNullsForSingleAASeriesElement; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.customAreasplineChartWithColorfulGradientColorZones; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.customBarChartHoverColorAndSelectColor; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.customChartHoverAndSelectHaloStyle; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.customColumnChartBorderStyleAndStatesHoverColor; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.customLineChartMarkerSymbolContent; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.customLineChartWithColorfulMarkersAndLines; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.customLineChartWithColorfulMarkersAndLines2; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.customNormalStackingChartDataLabelsContentAndStyle; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.customScatterChartMarkerSymbolContent; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.customSpecialStyleDataLabelOfSingleDataElementChart; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.customSplineChartMarkerStatesHoverStyle; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.customVerticalXAxisCategoriesLabelsByHTMLBreakLineTag; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.disableSomeOfLinesMouseTrackingEffect; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.disableSplineChartMarkerHoverEffect; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.doubleLayerPieChart; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.drawLineChartWithPointsCoordinates; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.freeStyleRoundedCornersStackingColumnChart; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.largeDataStackingColumnChart; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.lineChartsWithLargeDifferencesInTheNumberOfDataInDifferentSeriesElement; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.noMoreGroupingAndNestedColumnChart; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.noMoreGroupingAndOverlapEachOtherColumnChart; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.splineChartHoverLineWithNoChangeAndCustomMarkerStatesHoverStyle; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.topRoundedCornersStackingColumnChart; +import static com.hdl.photovoltaic.ui.home.CustomStyleChartComposer.upsideDownPyramidChart; +import android.content.Intent; +import android.graphics.Color; +import android.os.Bundle; +import android.provider.Settings; +import android.view.View; +import android.view.ViewGroup; +import android.view.WindowManager; +import android.widget.Toast; + +import androidx.appcompat.content.res.AppCompatResources; + +import com.bigkoo.pickerview.builder.TimePickerBuilder; +import com.bigkoo.pickerview.listener.OnTimeSelectListener; +import com.bigkoo.pickerview.view.TimePickerView; import com.github.AAChartModel.AAChartCore.AAChartCreator.AAChartModel; import com.github.AAChartModel.AAChartCore.AAChartCreator.AAChartView; import com.github.AAChartModel.AAChartCore.AAChartCreator.AAMoveOverEventMessageModel; import com.github.AAChartModel.AAChartCore.AAChartEnum.AAChartType; +import com.hdl.photovoltaic.R; import com.hdl.photovoltaic.base.CustomBaseFragment; +import com.hdl.photovoltaic.config.AppConfigManage; import com.hdl.photovoltaic.config.ConstantManage; +import com.hdl.photovoltaic.config.UserConfigManage; import com.hdl.photovoltaic.databinding.FragmentHomePageBinding; import com.hdl.photovoltaic.enums.HomepageTitleTabSwitch; import com.hdl.photovoltaic.other.HdlLogLogic; +import com.hdl.photovoltaic.utils.TimeUtils; import com.hdl.sdk.link.core.bean.eventbus.BaseEventBus; import org.greenrobot.eventbus.EventBus; import org.greenrobot.eventbus.Subscribe; import org.greenrobot.eventbus.ThreadMode; + +import java.util.Calendar; +import java.util.Date; + +import io.dcloud.common.util.DensityUtils; /** * 棣栭〉妯″潡 @@ -33,6 +101,9 @@ AAChartModel aaChartModel; + private TimeType timeType = TimeType.day;//鏃堕棿绫诲瀷(榛樿锛氬ぉ) + + @Override public Object getContentView() { viewBinding = FragmentHomePageBinding.inflate(getLayoutInflater()); @@ -41,8 +112,137 @@ @Override public void onBindView(Bundle savedInstanceState) { - setUpAAChartView(); - viewBinding.test.setOnClickListener(new View.OnClickListener() { + //鍒濆鍖� + initView(); + //鍒濆鍖栫晫闈㈢洃鍚櫒 + initEvent(); + + } + + private void initEvent() { + //鏃堕棿閫夋嫨鍣� + viewBinding.yearMonthDayTv.setOnClickListener(new View.OnClickListener() { + @Override + public void onClick(View v) { + selectedTimePickerBuilder(); + + } + }); + //鏃� + viewBinding.dayTv.setOnClickListener(new View.OnClickListener() { + @Override + public void onClick(View v) { + timeType = TimeType.day; + + viewBinding.dayTv.setBackground(AppCompatResources.getDrawable(_mActivity, R.drawable.time_selected_38c494)); + viewBinding.dayTv.setTextColor(_mActivity.getColor(R.color.text_38C494)); + + viewBinding.monthTv.setBackground(AppCompatResources.getDrawable(_mActivity, R.color.text_00000000)); + viewBinding.monthTv.setTextColor(_mActivity.getColor(R.color.text_40000000)); + + viewBinding.yearTv.setBackground(AppCompatResources.getDrawable(_mActivity, R.color.text_00000000)); + viewBinding.yearTv.setTextColor(_mActivity.getColor(R.color.text_40000000)); + + viewBinding.lifeCycleTv.setBackground(AppCompatResources.getDrawable(_mActivity, R.color.text_00000000)); + viewBinding.lifeCycleTv.setTextColor(_mActivity.getColor(R.color.text_40000000)); + + viewBinding.v1.setVisibility(View.GONE); + viewBinding.v2.setVisibility(View.VISIBLE); + viewBinding.v3.setVisibility(View.VISIBLE); + viewBinding.homePageStationSelectTimeLl.setVisibility(View.VISIBLE); + + + setUpAAChartView(1); + + } + }); + //鏈� + viewBinding.monthTv.setOnClickListener(new View.OnClickListener() { + @Override + public void onClick(View v) { + timeType = TimeType.month; + viewBinding.dayTv.setBackground(AppCompatResources.getDrawable(_mActivity, R.color.text_00000000)); + viewBinding.dayTv.setTextColor(_mActivity.getColor(R.color.text_40000000)); + + viewBinding.monthTv.setBackground(AppCompatResources.getDrawable(_mActivity, R.drawable.time_selected_38c494)); + viewBinding.monthTv.setTextColor(_mActivity.getColor(R.color.text_38C494)); + + viewBinding.yearTv.setBackground(AppCompatResources.getDrawable(_mActivity, R.color.text_00000000)); + viewBinding.yearTv.setTextColor(_mActivity.getColor(R.color.text_40000000)); + + viewBinding.lifeCycleTv.setBackground(AppCompatResources.getDrawable(_mActivity, R.color.text_00000000)); + viewBinding.lifeCycleTv.setTextColor(_mActivity.getColor(R.color.text_40000000)); + + viewBinding.v1.setVisibility(View.GONE); + viewBinding.v2.setVisibility(View.GONE); + viewBinding.v3.setVisibility(View.VISIBLE); + viewBinding.homePageStationSelectTimeLl.setVisibility(View.VISIBLE); + + setUpAAChartView(2); + + + } + }); + //骞� + viewBinding.yearTv.setOnClickListener(new View.OnClickListener() { + @Override + public void onClick(View v) { + timeType = TimeType.year; + viewBinding.dayTv.setBackground(AppCompatResources.getDrawable(_mActivity, R.color.text_00000000)); + viewBinding.dayTv.setTextColor(_mActivity.getColor(R.color.text_40000000)); + + viewBinding.monthTv.setBackground(AppCompatResources.getDrawable(_mActivity, R.color.text_00000000)); + viewBinding.monthTv.setTextColor(_mActivity.getColor(R.color.text_40000000)); + + viewBinding.yearTv.setBackground(AppCompatResources.getDrawable(_mActivity, R.drawable.time_selected_38c494)); + viewBinding.yearTv.setTextColor(_mActivity.getColor(R.color.text_38C494)); + + viewBinding.lifeCycleTv.setBackground(AppCompatResources.getDrawable(_mActivity, R.color.text_00000000)); + viewBinding.lifeCycleTv.setTextColor(_mActivity.getColor(R.color.text_40000000)); + + viewBinding.v1.setVisibility(View.VISIBLE); + viewBinding.v2.setVisibility(View.GONE); + viewBinding.v3.setVisibility(View.GONE); + viewBinding.homePageStationSelectTimeLl.setVisibility(View.VISIBLE); + + setUpAAChartView(2); + } + }); + //鐢熷懡鏈� + viewBinding.lifeCycleTv.setOnClickListener(new View.OnClickListener() { + @Override + public void onClick(View v) { + timeType = TimeType.lifecycle; + viewBinding.dayTv.setBackground(AppCompatResources.getDrawable(_mActivity, R.color.text_00000000)); + viewBinding.dayTv.setTextColor(_mActivity.getColor(R.color.text_40000000)); + + viewBinding.monthTv.setBackground(AppCompatResources.getDrawable(_mActivity, R.color.text_00000000)); + viewBinding.monthTv.setTextColor(_mActivity.getColor(R.color.text_40000000)); + + viewBinding.yearTv.setBackground(AppCompatResources.getDrawable(_mActivity, R.color.text_00000000)); + viewBinding.yearTv.setTextColor(_mActivity.getColor(R.color.text_40000000)); + + viewBinding.lifeCycleTv.setBackground(AppCompatResources.getDrawable(_mActivity, R.drawable.time_selected_38c494)); + viewBinding.lifeCycleTv.setTextColor(_mActivity.getColor(R.color.text_38C494)); + + viewBinding.v1.setVisibility(View.VISIBLE); + viewBinding.v2.setVisibility(View.VISIBLE); + viewBinding.v3.setVisibility(View.GONE); + viewBinding.homePageStationSelectTimeLl.setVisibility(View.GONE); + + setUpAAChartView(2); + + } + }); + //涓婁竴姝� + viewBinding.lastStepIv.setOnClickListener(new View.OnClickListener() { + @Override + public void onClick(View v) { + + } + }); + //涓嬩竴姝� + viewBinding.nextStepIv.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { @@ -50,22 +250,93 @@ }); } - private void setUpAAChartView() { - aaChartView = viewBinding.AAChartView; - aaChartView.callBack = this; - aaChartModel = configureAAChartModel(); - aaChartView.aa_drawChartWithChartModel(aaChartModel); + private void initView() { + String dataStr = TimeUtils.getDateTimestamp(System.currentTimeMillis(), TimeUtils.zhDateFormat); + if (!UserConfigManage.getInstance().isZh()) { + dataStr = TimeUtils.getDateTimestamp(System.currentTimeMillis(), TimeUtils.enDateFormat); + } + viewBinding.yearMonthDayTv.setText(dataStr); + viewBinding.dayTv.setBackground(AppCompatResources.getDrawable(_mActivity, R.drawable.time_selected_38c494)); + viewBinding.dayTv.setTextColor(_mActivity.getColor(R.color.text_38C494)); + viewBinding.monthTv.setBackground(AppCompatResources.getDrawable(_mActivity, R.color.text_00000000)); + viewBinding.monthTv.setTextColor(_mActivity.getColor(R.color.text_40000000)); + viewBinding.yearTv.setBackground(AppCompatResources.getDrawable(_mActivity, R.color.text_00000000)); + viewBinding.yearTv.setTextColor(_mActivity.getColor(R.color.text_40000000)); + viewBinding.lifeCycleTv.setBackground(AppCompatResources.getDrawable(_mActivity, R.color.text_00000000)); + viewBinding.lifeCycleTv.setTextColor(_mActivity.getColor(R.color.text_40000000)); + viewBinding.v1.setVisibility(View.GONE); + viewBinding.v2.setVisibility(View.VISIBLE); + viewBinding.v3.setVisibility(View.VISIBLE); + viewBinding.homePageStationSelectTimeLl.setVisibility(View.VISIBLE); + } + + + /** + * 鏃堕棿閫夋嫨鍣� + */ + private void selectedTimePickerBuilder() { + //鏃堕棿閫夋嫨鍣� + Calendar selectedDate = Calendar.getInstance(); + Calendar startDate = Calendar.getInstance(); + //startDate.set(2013,1,1); + Calendar endDate = Calendar.getInstance(); + //endDate.set(2020,1,1); + + //姝g‘璁剧疆鏂瑰紡 + startDate.set(2024, 1, 1); + endDate.set(2025, 4, 25); + + TimePickerView pvTime = new TimePickerBuilder(_mActivity, new OnTimeSelectListener() { + @Override + public void onTimeSelect(Date date, View v) {//閫変腑浜嬩欢鍥炶皟 +// tvTime.setText(getTime(date)); + } + }) + .setType(new boolean[]{true, true, true, false, false, false})// 榛樿鍏ㄩ儴鏄剧ず + .setCancelText(_mActivity.getString(R.string.loading_cancel))//鍙栨秷鎸夐挳鏂囧瓧 + .setSubmitText(_mActivity.getString(R.string.loading_affirm))//纭鎸夐挳鏂囧瓧 + .setContentTextSize(18)//婊氳疆鏂囧瓧澶у皬 + .setTitleSize(18)//鏍囬鏂囧瓧澶у皬 + .setTitleText(_mActivity.getString(R.string.time_selectd))//鏍囬鏂囧瓧 + .setOutSideCancelable(true)//鐐瑰嚮灞忓箷锛岀偣鍦ㄦ帶浠跺閮ㄨ寖鍥存椂锛屾槸鍚﹀彇娑堟樉绀� + .isCyclic(false)//鏄惁寰幆婊氬姩 + .setTitleColor(_mActivity.getColor(R.color.text_90000000))//鏍囬鏂囧瓧棰滆壊 + .setSubmitColor(_mActivity.getColor(R.color.text_38C494))//纭畾鎸夐挳鏂囧瓧棰滆壊 + .setCancelColor(_mActivity.getColor(R.color.text_40000000))//鍙栨秷鎸夐挳鏂囧瓧棰滆壊 + .setTitleBgColor(_mActivity.getColor(R.color.text_FFFFFFFF))//鏍囬鑳屾櫙棰滆壊 Night mode + .setBgColor(_mActivity.getColor(R.color.text_FFFFFFFF))//婊氳疆鑳屾櫙棰滆壊 Night mode + .setTextColorCenter(_mActivity.getColor(R.color.text_90000000)) + .setDate(selectedDate)// 濡傛灉涓嶈缃殑璇濓紝榛樿鏄郴缁熸椂闂�*/ + .setRangDate(startDate, endDate)//璧峰缁堟骞存湀鏃ヨ瀹� + .setLabel(_mActivity.getString(R.string.year), _mActivity.getString(R.string.month), _mActivity.getString(R.string.day), _mActivity.getString(R.string.hour), _mActivity.getString(R.string.minute), _mActivity.getString(R.string.succeed))//榛樿璁剧疆涓哄勾鏈堟棩鏃跺垎绉� + .isCenterLabel(false) //鏄惁鍙樉绀轰腑闂撮�変腑椤圭殑label鏂囧瓧锛宖alse鍒欐瘡椤筰tem鍏ㄩ儴閮藉甫鏈塴abel銆� + .isDialog(false)//鏄惁鏄剧ず涓哄璇濇鏍峰紡 + .setItemVisibleCount(7)//瀵硅瘽妗嗛珮搴� + .setDividerColor(_mActivity.getColor(R.color.text_E1E1E1)) + .setLineSpacingMultiplier(3f)// + .build(); + pvTime.show(); + } + + private void setUpAAChartView(int value) { + if (value == 1) { + aaChartView = viewBinding.AAChartView; + aaChartView.callBack = this; + aaChartModel = configureAAChartModel(); + aaChartView.aa_drawChartWithChartModel(aaChartModel); + } else if (value == 2) { + aaChartView = viewBinding.AAChartView; + aaChartView.callBack = this; + aaChartModel = configureColorfulColumnChart();// configureTheAAChartModel("colorfulColumnChart"); + aaChartView.aa_drawChartWithChartModel(aaChartModel); + } } private AAChartModel configureAAChartModel() { -// Intent intent = getIntent(); -// String chartType = intent.getStringExtra("chartType"); -// int position = intent.getIntExtra("position", 0); - + String chartType = AAChartType.Area; + int position = 0; aaChartModel = BasicChartComposer.configureAreaChart(); -// configureTheStyleForDifferentTypeChart(chartType, position); -// configureViewsVisibility(chartType); - + configureTheStyleForDifferentTypeChart(chartType, position); return aaChartModel; } @@ -82,6 +353,110 @@ aaChartModel = BasicChartComposer.configureLineChartAndSplineChartStyle(chartType); } aaChartModel.chartType = chartType; + } + + private AAChartModel configureTheAAChartModel(String chartType) { + switch (chartType) { + case "colorfulChart": + return configureColorfulChart(); + case "gradientColorfulChart": + return configureColorfulGradientColorChart(); + case "discontinuousDataChart": + return configureDiscontinuousDataChart(); + case "colorfulColumnChart": + return configureColorfulColumnChart(); + case "nightingaleRoseChart": + return configureNightingaleRoseChart(); + case "chartWithShadowStyle": + return configureChartWithShadowStyle(); + case "colorfulGradientAreaChart": + return configureColorfulGradientAreaChart(); + case "colorfulGradientSplineChart": + return configureColorfulGradientSplineChart(); + case "gradientColorAreasplineChart": + return configureGradientColorAreasplineChart(); + case "SpecialStyleMarkerOfSingleDataElementChart": + return configureSpecialStyleMarkerOfSingleDataElementChart(); + case "SpecialStyleColumnOfSingleDataElementChart": + return configureSpecialStyleColumnOfSingleDataElementChart(); + case "AreaChartThreshold": + return configureAreaChartThreshold(); + case "customScatterChartMarkerSymbolContent": + return customScatterChartMarkerSymbolContent(); + case "customLineChartMarkerSymbolContent": + return customLineChartMarkerSymbolContent(); + case "TriangleRadarChart": + return configureTriangleRadarChart(); + case "QuadrangleRadarChart": + return configureQuadrangleRadarChart(); + case "PentagonRadarChart": + return configurePentagonRadarChart(); + case "HexagonRadarChart": + return configureHexagonRadarChart(); + case "adjustYAxisMaxAndMinValues": + return adjustYAxisMaxAndMinValues(); + case "customSpecialStyleDataLabelOfSingleDataElementChart": + return customSpecialStyleDataLabelOfSingleDataElementChart(); + case "customBarChartHoverColorAndSelectColor": + return customBarChartHoverColorAndSelectColor(); + case "customChartHoverAndSelectHaloStyle": + return customChartHoverAndSelectHaloStyle(); + case "customSplineChartMarkerStatesHoverStyle": + return customSplineChartMarkerStatesHoverStyle(); + case "splineChartHoverLineWithNoChangeAndCustomMarkerStatesHoverStyle": + return splineChartHoverLineWithNoChangeAndCustomMarkerStatesHoverStyle(); + case "customNormalStackingChartDataLabelsContentAndStyle": + return customNormalStackingChartDataLabelsContentAndStyle(); + case "upsideDownPyramidChart": + return upsideDownPyramidChart(); + case "doubleLayerPieChart": + return doubleLayerPieChart(); + case "disableSomeOfLinesMouseTrackingEffect": + return disableSomeOfLinesMouseTrackingEffect(); + case "configureColorfulShadowSplineChart": + return configureColorfulShadowSplineChart(); + case "configureColorfulDataLabelsStepLineChart": + return configureColorfulDataLabelsStepLineChart(); + case "configureColorfulGradientColorAndColorfulDataLabelsStepAreaChart": + return configureColorfulGradientColorAndColorfulDataLabelsStepAreaChart(); + case "disableSplineChartMarkerHoverEffect": + return disableSplineChartMarkerHoverEffect(); + case "configureMaxAndMinDataLabelsForChart": + return configureMaxAndMinDataLabelsForChart(); + case "customVerticalXAxisCategoriesLabelsByHTMLBreakLineTag": + return customVerticalXAxisCategoriesLabelsByHTMLBreakLineTag(); + case "noMoreGroupingAndOverlapEachOtherColumnChart": + return noMoreGroupingAndOverlapEachOtherColumnChart(); + case "noMoreGroupingAndNestedColumnChart": + return noMoreGroupingAndNestedColumnChart(); + case "topRoundedCornersStackingColumnChart": + return topRoundedCornersStackingColumnChart(); + case "freeStyleRoundedCornersStackingColumnChart": + return freeStyleRoundedCornersStackingColumnChart(); + case "customColumnChartBorderStyleAndStatesHoverColor": + return customColumnChartBorderStyleAndStatesHoverColor(); + case "customLineChartWithColorfulMarkersAndLines": + return customLineChartWithColorfulMarkersAndLines(); + case "customLineChartWithColorfulMarkersAndLines2": + return customLineChartWithColorfulMarkersAndLines2(); + case "drawLineChartWithPointsCoordinates": + return drawLineChartWithPointsCoordinates(); + case "configureSpecialStyleColumnForNegativeDataMixedPositiveData": + return configureSpecialStyleColumnForNegativeDataMixedPositiveData(); + case "configureMultiLevelStopsArrGradientColorAreasplineMixedLineChart": + return configureMultiLevelStopsArrGradientColorAreasplineMixedLineChart(); + case "connectNullsForSingleAASeriesElement": + return connectNullsForSingleAASeriesElement(); + case "lineChartsWithLargeDifferencesInTheNumberOfDataInDifferentSeriesElement": + return lineChartsWithLargeDifferencesInTheNumberOfDataInDifferentSeriesElement(); + case "customAreasplineChartWithColorfulGradientColorZones": + return customAreasplineChartWithColorfulGradientColorZones(); + case "largeDataStackingColumnChart": + return largeDataStackingColumnChart(); + + + } + return configureColorfulChart(); } @Override @@ -111,4 +486,12 @@ } } } + + + public enum TimeType { + day, + month, + year, + lifecycle + } } \ No newline at end of file -- Gitblit v1.8.0