Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- data Chart
- data Histo = Histo {
- histo_dates :: !(Vector Text)
- histo_count :: !(Vector Int)
Documentation
Chart | --
Instances
Generic Chart # | |
type Rep Chart # | |
Defined in Gargantext.Core.Viz.Types type Rep Chart = D1 ('MetaData "Chart" "Gargantext.Core.Viz.Types" "gargantext-0.0.7.1.5.3-inplace" 'False) (C1 ('MetaCons "ChartHisto" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "ChartScatter" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "ChartPie" 'PrefixI 'False) (U1 :: Type -> Type))) |
Histo | |
|
Instances
Arbitrary Histo # | |
FromJSON Histo # | |
ToJSON Histo # | |
Defined in Gargantext.Core.Viz.Types | |
Generic Histo # | |
Show Histo # | |
ToSchema Histo # | |
Defined in Gargantext.Core.Viz.Types | |
HasSwagger (WithCustomErrorScheme GargAPI) # | |
Defined in Gargantext.API.Routes | |
type Rep Histo # | |
Defined in Gargantext.Core.Viz.Types type Rep Histo = D1 ('MetaData "Histo" "Gargantext.Core.Viz.Types" "gargantext-0.0.7.1.5.3-inplace" 'False) (C1 ('MetaCons "Histo" 'PrefixI 'True) (S1 ('MetaSel ('Just "histo_dates") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Vector Text)) :*: S1 ('MetaSel ('Just "histo_count") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Vector Int)))) |