AAChartKit-Swift icon indicating copy to clipboard operation
AAChartKit-Swift copied to clipboard

📈📊📱💻🖥️An elegant modern declarative data visualization chart framework for iOS, iPadOS and macOS. Extremely powerful, supports line, spline, area, areaspline, column, bar, pie, scatter, angular ga...

Results 154 AAChartKit-Swift issues
Sort by recently updated
recently updated
newest added

比如设置Y轴有四个刻度 第一个为0 第二个为50 第三个为 1000 第四个为 4000

AATooltip How to show hiding directly?? Thank you for your reply

我使用 line chart 样式:如下,当我初次加载出来时,其他3条线没有绘制出来,如果避免这个问题? ![IMG_6280](https://user-images.githubusercontent.com/15528553/113228308-20b7dd80-92c7-11eb-9c5a-b034aad15bec.PNG)

我想实现的是,一个滚动刷新的图,但是只显示最后一个点,如图。 ![图](https://i.loli.net/2021/03/17/jyUlci2rC4vO5f1.png) 但我看demo里的滚动刷新,都不会移除已经加入的点。 我现在只能每次执行js删掉图上的所有点,然后再加入新的点。 不知道有没有解决方法? 另外,问下曲线图能不能修改曲率啊?能不能做的更加平滑?

![1574937444323](https://user-images.githubusercontent.com/13364561/69799580-7fba9d80-120e-11ea-89dd-536157e3b9f7.jpg) 如果是修改AAChartModel的marker就无法自定义marker图标,但是在series数组中修改marker图标又无法只显示选中时的单个。 请教下大神们能解惑下么

Is there a way ton detect when the user release his finger from the screen? I want to hide the tooltip and the crosshair when the user stop touching the...

By default, line legend is shown at the bottom and centered over the entire chart area. Is it possible to fix it in place, so it never scrolls away (meaning,...

It seems that, by default, library is trying to use all available space to draw the chart. How can I fix the horizontal area to always space for 50 points...

When I load as package your `AAChartKit` I obtain this error: What I wrong?

你好,目前需要的功能是只有點擊圖標的圓圈範圍才會進入該數據的相關頁面,如果以moveOverEventMessage的方法實現會與mouseover的event衝突(會直接進入詳細頁面導致無法scroll),想請問該如何在scrolling spline chart中設定圖標點擊事件?或是說moveOverEventMessage中有辦法將event從mouseover改成click嗎?,目前參照pie chart的做法使用AASeriesElement().allowPointSelect(true)可以看到圖標有點擊的變化,但實在找不到能做相關設定的方法,急需使用這個功能,希望能得到解答,謝謝你。