ChartsOrg / ChartsOrg/Charts

RadarChartView the datas disappear when I enlarge or decrease the window

Open
#2,207 4 comments 0 reactions 0 assignees View on GitHub
★★ bug
Dominant language
Swift
Stars
28k
Forks
6k
PR merge metrics
No merged PRs in 30d

Description

In my program inspired by ios demo
This is what happens

https://www.dropbox.com/s/r4bmn262esatiuf/screencast%202017-02-28%2010-31-41.mp4?dl=0

If in my program I put in comment the next line?

> yAxis.axisMaximum = 80.0

the problem is solved

> let yAxis = radarChartView.yAxis
> yAxis.labelFont = NSUIFont(name: "HelveticaNeue-Light", size: CGFloat(9.0))!
> yAxis.labelCount = 5
> yAxis.axisMinimum = 0.0
> //yAxis.axisMaximum = 80.0
> yAxis.drawLabelsEnabled = false
>

https://www.dropbox.com/s/n1vvg4e37m5psxv/screencast%202017-02-28%2010-33-20.mp4?dl=0

OK but why ??

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.