Skip to content

Commit

Permalink
ChartMarker should not subclass ChartComponentBase
Browse files Browse the repository at this point in the history
It just gains nothing from it,
and it currently has nothing in common with Axis, Legend and LimitLines
  • Loading branch information
danielgindi committed May 22, 2016
1 parent 9a7aeb2 commit 9798565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Charts/Classes/Components/ChartMarker.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Foundation
import CoreGraphics


public class ChartMarker: ChartComponentBase
public class ChartMarker: NSObject
{
/// The marker image to render
public var image: NSUIImage?
Expand Down

0 comments on commit 9798565

Please sign in to comment.