Skip to content
Snippets Groups Projects
chart.model.ts 341 B
Newer Older
  • Learn to ignore specific revisions
  • import { TimeStep } from 'enums'
    
    import { DateTime } from 'luxon'
    
    Yoan VALLET's avatar
    Yoan VALLET committed
    import { Datachart } from 'models'
    
    
    export interface ChartState {
    
    Yoan VALLET's avatar
    Yoan VALLET committed
      currentDatachart: Datachart
      currentDatachartIndex: number
    
      currentIndex: number
      currentTimeStep: TimeStep
    
    Yoan VALLET's avatar
    Yoan VALLET committed
      loading: boolean
    
      selectedDate: DateTime
      showCompare: boolean
    
      showOfflineData: boolean