Commit 9741cd0a authored by Alexandre Delanoë's avatar Alexandre Delanoë

[Charts] commenting restore option

parent 2a6ef3f1
...@@ -122,7 +122,7 @@ mkToolBox :: ToolBox ...@@ -122,7 +122,7 @@ mkToolBox :: ToolBox
mkToolBox = { feature: { dataView : { show: true, readOnly : false, title : "View data"} mkToolBox = { feature: { dataView : { show: true, readOnly : false, title : "View data"}
, saveAsImage : { show : true, pixelRatio : 10, title : "Save as image"} , saveAsImage : { show : true, pixelRatio : 10, title : "Save as 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"}
} }
, orient : "vertical" , orient : "vertical"
} }
...@@ -134,7 +134,7 @@ type ToolBox = { feature :: Feature  ...@@ -134,7 +134,7 @@ type ToolBox = { feature :: Feature 
type Feature = { dataView :: DataView type Feature = { dataView :: DataView
, saveAsImage :: Save , saveAsImage :: Save
--, magicType :: MagicType --, magicType :: MagicType
, restore :: Restore --, restore :: 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