You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduces CustomStyleChartListActivity and CustomStyleChartAdapter to display a list of custom styled charts using RecyclerView. Updates AndroidManifest.xml to register the new activity and modifies MainActivity to launch it. Adds corresponding layout files for the activity and chart items.
ChartItem("Adjust YAxis Max And Min Values", "adjustYAxisMaxAndMinValues"),
42
+
ChartItem("Custom Special Style Data Label Of Single Data Element Chart", "customSpecialStyleDataLabelOfSingleDataElementChart"),
43
+
ChartItem("Custom Bar Chart Hover Color And Select Color", "customBarChartHoverColorAndSelectColor"),
44
+
ChartItem("Custom Chart Hover And Select Halo Style", "customChartHoverAndSelectHaloStyle"),
45
+
ChartItem("Custom Spline Chart Marker States Hover Style", "customSplineChartMarkerStatesHoverStyle"),
46
+
ChartItem("Spline Chart Hover Line With No Change And Custom Marker States Hover Style", "splineChartHoverLineWithNoChangeAndCustomMarkerStatesHoverStyle"),
47
+
ChartItem("Custom Normal Stacking Chart Data Labels Content And Style", "customNormalStackingChartDataLabelsContentAndStyle"),
48
+
ChartItem("Upside Down Pyramid Chart", "upsideDownPyramidChart"),
49
+
ChartItem("Double Layer Pie Chart", "doubleLayerPieChart"),
50
+
ChartItem("Disable Some Of Lines Mouse Tracking Effect", "disableSomeOfLinesMouseTrackingEffect"),
ChartItem("Configure Colorful Data Labels Step Line Chart", "configureColorfulDataLabelsStepLineChart"),
53
+
ChartItem("Configure Colorful Gradient Color And Colorful Data Labels Step Area Chart", "configureColorfulGradientColorAndColorfulDataLabelsStepAreaChart"),
ChartItem("Custom Column Chart Border Style And States Hover Color", "customColumnChartBorderStyleAndStatesHoverColor"),
62
+
ChartItem("Custom Line Chart With Colorful Markers And Lines", "customLineChartWithColorfulMarkersAndLines"),
63
+
ChartItem("Custom Line Chart With Colorful Markers And Lines 2", "customLineChartWithColorfulMarkersAndLines2"),
64
+
ChartItem("Draw Line Chart With Points Coordinates", "drawLineChartWithPointsCoordinates"),
65
+
ChartItem("Configure Special Style Column For Negative Data Mixed Positive Data", "configureSpecialStyleColumnForNegativeDataMixedPositiveData"),
66
+
ChartItem("Configure Multi Level Stops Arr Gradient Color Areaspline Mixed Line Chart", "configureMultiLevelStopsArrGradientColorAreasplineMixedLineChart"),
67
+
ChartItem("Connect Nulls For Single AASeries Element", "connectNullsForSingleAASeriesElement"),
68
+
ChartItem("Line Charts With Large Differences In The Number Of Data In Different Series Element", "lineChartsWithLargeDifferencesInTheNumberOfDataInDifferentSeriesElement"),
69
+
ChartItem("Custom Areaspline Chart With Colorful Gradient Color Zones", "customAreasplineChartWithColorfulGradientColorZones")
0 commit comments