Safe Haskell | None |
---|---|
Language | Haskell2010 |
Gargantext.Core.Viz.Types
Synopsis
- data Chart
- data Histo = Histo {
- histo_dates :: !(Vector Text)
- histo_count :: !(Vector Int)
Documentation
Chart | --
Constructors
ChartHisto | |
ChartScatter | |
ChartPie |
Instances
Generic Chart Source # | |
type Rep Chart Source # | |
Defined in Gargantext.Core.Viz.Types type Rep Chart = D1 ('MetaData "Chart" "Gargantext.Core.Viz.Types" "gargantext-0.0.4.9.5-IFz7nHafad4HfDNkPsR1x8" '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))) |
Constructors
Histo | |
Fields
|
Instances
Show Histo Source # | |
Generic Histo Source # | |
Arbitrary Histo Source # | |
ToJSON Histo Source # | |
Defined in Gargantext.Core.Viz.Types | |
FromJSON Histo Source # | |
ToSchema Histo Source # | |
Defined in Gargantext.Core.Viz.Types Methods declareNamedSchema :: Proxy Histo -> Declare (Definitions Schema) NamedSchema # | |
type Rep Histo Source # | |
Defined in Gargantext.Core.Viz.Types type Rep Histo = D1 ('MetaData "Histo" "Gargantext.Core.Viz.Types" "gargantext-0.0.4.9.5-IFz7nHafad4HfDNkPsR1x8" '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)))) |