You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
This is in regards to the demo project.
By design, when you touch the line chart, a bar appears with a tool tip.
When you touch up, the bar disappears.
How can we control the height of the bar?
The text was updated successfully, but these errors were encountered:
There is no public method to control the height or width of the selection bar.
If you wanted to directly manipulate it's size, check out JBLineChartView line 352
self.verticalSelectionView = [[JBChartVerticalSelectionView alloc] initWithFrame:CGRectMake(0, 0, selectionViewWidth, self.bounds.size.height - self.footerView.frame.size.height)];
—
Reply to this email directly or view it on GitHub.
Hi,
This is in regards to the demo project.
By design, when you touch the line chart, a bar appears with a tool tip.
When you touch up, the bar disappears.
How can we control the height of the bar?
The text was updated successfully, but these errors were encountered: