swift-linechart icon indicating copy to clipboard operation
swift-linechart copied to clipboard

added Framework target and configurable highlight line on touch

Open dhf opened this issue 9 years ago • 0 comments

  • Add a framework target to use swift-linechart easily as submodule in other Xcode Projects
  • Add the possibility to display a highlight line on touch additional to the highlighted datapoints. The following properties ca be configured for the highlight line:
  • visible true/false (default true)
  • color (default UIColor.grayColor())
  • lineWidth (default 0.5)

dhf avatar Jan 15 '16 15:01 dhf