| Safe Haskell | Safe-Inferred |
|---|---|
| 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 # | |
| 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))) | |
Constructors
| Histo | |
Fields
| |
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 Methods declareNamedSchema :: Proxy Histo -> Declare (Definitions Schema) NamedSchema # | |
| 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)))) | |