|
@@ -113,8 +113,8 @@ class MainActivity : AppCompatActivity() {
|
|
|
"configureDoubleYAxesAndColumnLineMixedChart",
|
|
|
"configureDoubleYAxesMarketDepthChart",
|
|
|
"customAreaChartTooltipStyleLikeHTMLTable",
|
|
|
- /*及时刷新📈📊图表数据*/
|
|
|
- /*及时刷新📈📊图表数据*/"/*及时刷新📈📊图表数据*/Column Chart---柱形图--------------",
|
|
|
+ /*即时刷新📈📊图表数据*/
|
|
|
+ /*即时刷新📈📊图表数据*/"/*即时刷新📈📊图表数据*/Column Chart---柱形图--------------",
|
|
|
"Bar Chart---条形图",
|
|
|
"Area Chart---折线填充图",
|
|
|
"Areaspline Chart---曲线填充图",
|
|
@@ -215,7 +215,7 @@ class MainActivity : AppCompatActivity() {
|
|
|
"configureDoubleYAxesAndColumnLineMixedChart",
|
|
|
"configureDoubleYAxesMarketDepthChart",
|
|
|
"customAreaChartTooltipStyleLikeHTMLTable",
|
|
|
- /*及时刷新📈📊图表数据*/
|
|
|
+ /*即时刷新📈📊图表数据*/
|
|
|
AAChartType.Column.value,
|
|
|
AAChartType.Bar.value,
|
|
|
AAChartType.Area.value,
|
|
@@ -270,7 +270,7 @@ class MainActivity : AppCompatActivity() {
|
|
|
goToCustomStyleChartActivity(position)
|
|
|
} else if (position <= 63) { /*使用AAOptions绘制图表*/
|
|
|
goToDrawChartWithAAOptionsActivity(position)
|
|
|
- } else if (position <= 72) { /*及时刷新📈📊图表数据*/
|
|
|
+ } else if (position <= 72) { /*即时刷新📈📊图表数据*/
|
|
|
goToOnlyRefreshChartDataActivity(position)
|
|
|
} else if (position <= 85) { /*formatter js function*/
|
|
|
goToCustomTooltipWithJSFunctionActivity(position)
|