From fb34d58e810ca4d9c886a0d4f9f2ae24cf45dbf9 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Wed, 3 May 2017 19:15:52 -0300 Subject: Chart view implemented --- Project/ChartView.wxcp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Project/ChartView.wxcp') diff --git a/Project/ChartView.wxcp b/Project/ChartView.wxcp index 2f590ee..c1d3cfc 100644 --- a/Project/ChartView.wxcp +++ b/Project/ChartView.wxcp @@ -1177,11 +1177,11 @@ }, { "type": "string", "m_label": "String Value", - "m_value": "1" + "m_value": "" }, { "type": "multi-string", "m_label": "Choices:", - "m_value": "Solid;Dot;Dash;Dot and dash;Cross;Diagonal cross" + "m_value": "" }, { "type": "multi-string", "m_label": "Array Integer Values", -- cgit