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

#LegendEventR Source

type LegendEventR = { name :: String, selected :: StrMap Boolean }

#DataRangeEventR Source

type DataRangeEventR = { selected :: Array Number, visualMapId :: String }

#ClickEventR Source

type ClickEventR = { dataIndex :: Int, name :: String, seriesIndex :: Int, seriesName :: String }

#BrushEventAreaR Source

type BrushEventAreaR = { brushType :: String, coordRange :: Array Foreign, gridIndex :: Int, panelId :: String, xAxisData :: Array String, yAxisData :: Array String }

#BrushEventR Source

type BrushEventR = { areas :: Array BrushEventAreaR, titleTexts :: Array String }

#EChartsEventR Source

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

#Option Source

newtype Option

Constructors