diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-05-03 19:15:52 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-05-03 19:15:52 -0300 |
commit | fb34d58e810ca4d9c886a0d4f9f2ae24cf45dbf9 (patch) | |
tree | fdafe78aea92607eec0964dafe65d8f54a8b53fe /Project/ChartView.wxcp | |
parent | 50f31898499d1d1e1ebc8ab9c9c26d3b4ec1b3c1 (diff) | |
download | PSP.git-fb34d58e810ca4d9c886a0d4f9f2ae24cf45dbf9.tar.gz PSP.git-fb34d58e810ca4d9c886a0d4f9f2ae24cf45dbf9.tar.xz PSP.git-fb34d58e810ca4d9c886a0d4f9f2ae24cf45dbf9.zip |
Chart view implemented
Diffstat (limited to 'Project/ChartView.wxcp')
-rw-r--r-- | Project/ChartView.wxcp | 4 |
1 files changed, 2 insertions, 2 deletions
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", |