amcharts3 icon indicating copy to clipboard operation
amcharts3 copied to clipboard

The part of pie-chart is not displayed when using negative values

Open frolant opened this issue 6 years ago • 1 comments

For example:

'dataProvider'  : [
    {
      'title': 'category 1',
      'value': -20
    },
    {
      'title': 'category 2',
      'value': 10
    },
    {
      'title': 'category 3',
      'value': -30
    }
  ]

Expectation: Part of the chart with a value of 30 is displayed. Parts with negative values ​​- are hidden.

Result: All parts of the chart ​​are hidden.

frolant avatar Sep 08 '17 11:09 frolant

The value axis scale should automatically adjust to negative values, unless explicitly disabled.

Would you be able to share your complete chart code?

martynasma avatar Sep 08 '17 11:09 martynasma