Skip to content

Commit

Permalink
Fix #473
Browse files Browse the repository at this point in the history
  • Loading branch information
AAChartModel committed Jan 12, 2024
1 parent d4f00f9 commit 908e36c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AAInfographicsDemo/Demo/AAChartModel/SpecialChartVC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -824,6 +824,7 @@ class SpecialChartVC: AABaseChartVC {
])
.dataLabelsEnabled(true)
.inverted(true)//x 轴是否垂直翻转
.borderRadius("50%")
.series([
AASeriesElement()
.name("temperature")
Expand Down

0 comments on commit 908e36c

Please sign in to comment.