Module

ECharts.Types

Package
purescript-echarts
Repository
slamdata/purescript-echarts

#Chart Source

data Chart :: Type

#ECHARTS Source

data ECHARTS :: Effect

For Eff computation

#TooltipTrigger Source

#PixelOrPercent Source

#Orient Source

data Orient

Constructors

#orientToForeign Source

#AxisType Source

#axisTypeToForeign Source

#symbolToForeign Source

#Point Source

newtype Point

Constructors

#pointToForeign Source

#Radius Source

newtype Radius

Constructors

#radiusToForeign Source

#SingleValueRadius Source

#numItem Source

#strItem Source

#lineTypeToForeign Source

#pairItem Source

#FormatterInput Source

type FormatterInput = { color :: String, componentType :: String, data :: Item, dataIndex :: Int, dataType :: String, name :: String, percent :: Number, seriesIndex :: Int, seriesName :: String, value :: Foreign }

#FormatterInputArrayValue Source

type FormatterInputArrayValue = { color :: String, componentType :: String, data :: Item, dataIndex :: Int, name :: String, percent :: Number, seriesIndex :: Int, seriesName :: String, value :: Array Foreign }

#SelectedMode Source

#HorizontalPosition Source

#Item Source

newtype Item

Constructors

#Coord Source

newtype Coord

Constructors

#EChartsEventR Source

type EChartsEventR = (axisareaselected :: Foreign, brush :: Foreign, brushselected :: Foreign, click :: Foreign, datarangeselected :: Foreign, dataviewchanged :: Foreign, datazoom :: Foreign, dblclick :: Foreign, focusNodeAdjancency :: Foreign, legendselectchanged :: Foreign, legendselected :: Foreign, legendunselected :: Foreign, magictypechanged :: Foreign, mapselectchanged :: Foreign, mapselected :: Foreign, mapunselected :: Foreign, mousedown :: Foreign, mousemove :: Foreign, mouseout :: Foreign, mouseover :: Foreign, mouseup :: Foreign, pieselectchanged :: Foreign, pieselected :: Foreign, pieunselected :: Foreign, restore :: Foreign, timelinechanged :: Foreign, timelineplaychanged :: Foreign, unfocusNodeAdjacency :: Foreign)