Commit 582b4afcf9e46ef184c2b1e4111e7d7f611c3e35
1 parent
2397054e
Exists in
master
Atualizando grafico e css
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
wscacicneo/static/main.css
wscacicneo/static/relatorio.js
... | ... | @@ -155,8 +155,8 @@ Ext.onReady(function(){ |
155 | 155 | var store = Ext.create('Ext.data.JsonStore', { |
156 | 156 | fields: ['name', 'data'], |
157 | 157 | data: [ |
158 | - { 'name': 'INTEL', 'data': 32 }, | |
159 | - { 'name': 'AMD', 'data': 26 } | |
158 | + { 'name': 'INTEL 55%', 'data': 32 }, | |
159 | + { 'name': 'AMD 45%', 'data': 26 } | |
160 | 160 | ]}); |
161 | 161 | |
162 | 162 | var chart = Ext.create('Ext.chart.Chart', { |
... | ... | @@ -198,7 +198,7 @@ var chart = Ext.create('Ext.chart.Chart', { |
198 | 198 | contrast: true, |
199 | 199 | font: '18px Arial' |
200 | 200 | } |
201 | - }] | |
201 | + }] | |
202 | 202 | }); |
203 | 203 | |
204 | 204 | widget = Ext.create('Ext.panel.Panel', { | ... | ... |