Tests

public enum Tests

test data for all types of ChartView

  • line and area models for test

    Declaration

    Swift

    public static let lineModels: [ChartModel]
  • descriptions for line models

    Declaration

    Swift

    public static let lineModelsDesc: [String]
  • waterfall models for test

    Declaration

    Swift

    public static let waterfallModels: [ChartModel]
  • descriptions for column models

    Declaration

    Swift

    public static let waterfallModelsDesc: [String]
  • bubble models

    Declaration

    Swift

    public static let bubbleModels: [ChartModel]
  • descriptions for column models

    Declaration

    Swift

    public static let bubbleModelsDesc: [String]
  • scatter models

    Declaration

    Swift

    public static let scatterModels: [ChartModel]
  • descriptions for column models

    Declaration

    Swift

    public static let scatterModelsDesc: [String]
  • line and area models for test

    Declaration

    Swift

    public static let comboModels: [ChartModel]
  • descriptions for combo models

    Declaration

    Swift

    public static let comboModelsDesc: [String]
  • bullet models for test

    Declaration

    Swift

    public static let bulletModles: [ChartModel]
  • descriptions for bullet models

    Declaration

    Swift

    public static let bulletModlesDesc: [String]
  • column models for test

    Declaration

    Swift

    public static let columnModels: [ChartModel]
  • descriptions for column models

    Declaration

    Swift

    public static let columnModelsDesc: [String]
  • harvey ball models for test

    Declaration

    Swift

    public static let harveyBallModels: [ChartModel]
  • descriptions for column models

    Declaration

    Swift

    public static let harveyBallModelsDesc: [String]
  • donut models for test

    Declaration

    Swift

    public static let donutModels: [ChartModel]
  • descriptions for column models

    Declaration

    Swift

    public static let donutModelsDesc: [String]
  • radial models for test

    Declaration

    Swift

    public static let radialModels: [ChartModel]
  • descriptions for column models

    Declaration

    Swift

    public static let radialModelsDesc: [String]
  • stock models for test

    Declaration

    Swift

    public static let stockModels: [ChartModel]
  • descriptions for stock models

    Declaration

    Swift

    public static let stockModelsDesc: [String]
  • all test models

    Declaration

    Swift

    public static let allCases: [ChartModel]