Skip to content

Create Data structure #95

Description

@AppPear

v2 ticket

Ticket description:

This should hold and handle the values for charts. You should create it in a way that changes in the source data can be automatically reflected in the charts.

  • should be a structure which can hold a x and y value.
  • y value must be numeric (possibly floating point number)
  • x can be numeric or string
  • has to be at least 3 initialisers: 1) only y values, 2) x and y numeric values 3) x string and y numeric values
  • changes in the source are reflected in the charts automatically

More info: #89

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions