Commit fe0cdfad authored by Alexandre Delanoë's avatar Alexandre Delanoë

[Charts] titles.

parent 9741cd0a
...@@ -119,8 +119,8 @@ type TooltipOptional = ...@@ -119,8 +119,8 @@ type TooltipOptional =
----------------------------------------------------------------- -----------------------------------------------------------------
-- | ToolBox -- | ToolBox
mkToolBox :: ToolBox mkToolBox :: ToolBox
mkToolBox = { feature: { dataView : { show: true, readOnly : false, title : "View data"} mkToolBox = { feature: { dataView : { show: true, readOnly : false, title : "Data"}
, saveAsImage : { show : true, pixelRatio : 10, title : "Save as image"} , saveAsImage : { show : true, pixelRatio : 10, title : "Image"}
-- , magicType : { show : true, "type" : ["line", "bar", "pie", "stack", "tiled"], title : "Type"} -- , magicType : { show : true, "type" : ["line", "bar", "pie", "stack", "tiled"], title : "Type"}
--, restore : {show : true, title : "Restore"} --, restore : {show : true, title : "Restore"}
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment