AAChartModel / AAChartCore

📈📊☕️☕️☕️An elegant modern declarative data visualization chart framework for Android. Extremely powerful, supports line, spline, area, areaspline, column, bar, pie, scatter, angular gauges, arearange, areasplinerange, columnrange, bubble, box plot, error bars, funnel, waterfall and polar chart types.极其精美而又强大的 Android 数据可视化图表框架,支持柱状图、条形图、折线图、曲线图、折线填充图、曲线填充图、气泡图、扇形图、环形图、散点图、雷达图、混合图等各种类型的多达几十种的信息图图表,完全满足工作所需.
Apache License 2.0
921 stars 129 forks source link

请问 1.怎样取消图例的点击事件 2.扇形区域点击其他颜色透明度怎么样可以保持不变 #108

Closed wangswu closed 3 years ago

wangswu commented 3 years ago

1.怎样取消图例的点击事件 2.扇形区域点击其他颜色透明度怎么样可以保持不变

AAChartModel commented 3 years ago

1.怎样取消图例的点击事件

        aaOptions.plotOptions.series.events = new AASeriesEvents()
                .legendItemClick("function() {\n" +
                        "             return false;\n" +
                        "         }");
AAChartModel commented 3 years ago

2.扇形区域点击其他颜色透明度怎么样可以保持不变

        aaOptions.plotOptions.series.states = new AAStates()
                .inactive(new AAInactive()
                        .enabled(false));
AAChartModel commented 3 years ago

更新 AAChartCore 至最新内容,即可使用这些新增的属性.

wangswu commented 3 years ago

感谢大佬

---原始邮件--- 发件人: "An @.> 发送时间: 2021年9月14日(周二) 晚上6:15 收件人: @.>; 抄送: @.**@.>; 主题: Re: [AAChartModel/AAChartCore] 请问 1.怎样取消图例的点击事件 2.扇形区域点击其他颜色透明度怎么样可以保持不变 (#108)

更新 AAChartCore 至最新内容,即可使用这些新增的属性.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.