gargantext-0.0.7.1.5.3: Search, map, share
Safe HaskellSafe-Inferred
LanguageHaskell2010

Gargantext.Core.Viz.Types

Synopsis

Documentation

data Chart #

Chart | --

Instances

Instances details
Generic Chart # 
Instance details

Defined in Gargantext.Core.Viz.Types

Associated Types

type Rep Chart :: Type -> Type #

Methods

from :: Chart -> Rep Chart x #

to :: Rep Chart x -> Chart #

type Rep Chart # 
Instance details

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)))

data Histo #

Constructors

Histo 

Instances

Instances details
Arbitrary Histo # 
Instance details

Defined in Gargantext.Core.Viz.Types

Methods

arbitrary :: Gen Histo #

shrink :: Histo -> [Histo] #

FromJSON Histo # 
Instance details

Defined in Gargantext.Core.Viz.Types

ToJSON Histo # 
Instance details

Defined in Gargantext.Core.Viz.Types

Generic Histo # 
Instance details

Defined in Gargantext.Core.Viz.Types

Associated Types

type Rep Histo :: Type -> Type #

Methods

from :: Histo -> Rep Histo x #

to :: Rep Histo x -> Histo #

Show Histo # 
Instance details

Defined in Gargantext.Core.Viz.Types

Methods

showsPrec :: Int -> Histo -> ShowS #

show :: Histo -> String #

showList :: [Histo] -> ShowS #

ToSchema Histo # 
Instance details

Defined in Gargantext.Core.Viz.Types

HasSwagger (WithCustomErrorScheme GargAPI) # 
Instance details

Defined in Gargantext.API.Routes

type Rep Histo # 
Instance details

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))))