We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hiee @danielgindi
I am using swift 2.2. on selecting bar in bar chart, chartValueSelected: not called.
I have the following config of barChartView.
barChartView.pinchZoomEnabled = false barChartView.dragEnabled = false barChartView.setScaleEnabled(false) barChartView.xAxis.labelPosition = ChartXAxis.LabelPosition.Bottom barChartView.xAxis.labelTextColor = UIColor.whiteColor() barChartView.xAxis.axisLineColor = UIColor.whiteColor() barChartView.leftAxis.axisMinValue = 0 barChartView.leftAxis.axisLineColor = UIColor.getAppColor() barChartView.leftAxis.removeAllLimitLines() barChartView.leftAxis.drawZeroLineEnabled = false barChartView.leftAxis.drawLimitLinesBehindDataEnabled = true barChartView.leftAxis.labelTextColor = UIColor.whiteColor() barChartView.rightAxis.enabled = false barChartView.extraBottomOffset = 10.0 barChartView.extraRightOffset = 10.0 barChartView.highlightPerTapEnabled = false barChartView.drawGridBackgroundEnabled = false barChartView.xAxis.drawGridLinesEnabled = false barChartView.leftAxis.drawGridLinesEnabled = false barChartView.descriptionText = "" barChartView.delegate = self
Anything thats wrong with the above config.
The text was updated successfully, but these errors were encountered:
why you set barChartView.highlightPerTapEnabled = false?
barChartView.highlightPerTapEnabled = false
Sorry, something went wrong.
thank you
No branches or pull requests
Hiee @danielgindi
I am using swift 2.2.
on selecting bar in bar chart, chartValueSelected: not called.
I have the following config of barChartView.
Anything thats wrong with the above config.
The text was updated successfully, but these errors were encountered: