sencha-charts

How To design chart in Ext.js?

独自空忆成欢 提交于 2020-01-15 05:27:06
问题 I have started work on charts using Ext.js. I am new for this Ext.js. i have attached both image chart1 and chart2. I need to design chart like chart1 but it is not coming. I have did chart but it is showing like chart2. How can achieve like chart1. I have attached both images for references. Can any one give me hints/solution how to solve this issue. based on date and job value graph line has to come and another graph line based on downtime and date has to come .In first chart1 blue/red dot

Sencha Touch chart - How to add label/value in column chart

时光怂恿深爱的人放手 提交于 2019-12-25 06:12:42
问题 I am using Sencha Touch charts 1.0.0 for my project. I would like to add values on each bar in the column chart. Is is possible to do ? For example, see the image: I would like to add the values for each bar. Any help appreciated. 回答1: just add this in yoour series config label: { display: 'outside', field: 'score', orientation: 'horizontal', // 'vertical' text-anchor': 'middle' } 回答2: Label config is not work for me. I used labelField:'comedy' in series it work. 回答3: Came across this problem

ExtJS 5 Pie Chart Not Rendering Using Remote Store

ぐ巨炮叔叔 提交于 2019-12-12 20:19:57
问题 I have a basic pie chart in ExtJS 5. The issue I am having is that the chart renders with a static JsonStore but won't render properly with a remote data.store? Here is my code: View (Chart) Ext.define('APP.view.core.graphs.Countytotals', { extend: 'Ext.Panel', alias: 'widget.countytotalchart', id: 'countyTotalsGraph', width: 650, initComponent: function() { var me = this; // Doesn't work? var countyStore = Ext.create('APP.store.Countytotalsgraph'); // Works var store = Ext.create('Ext.data

Line Chart Not Connecting Dots (Sencha-Charts Package)

折月煮酒 提交于 2019-12-11 03:18:58
问题 I'm having issues with an extjs Cartesian chart component whereby it is failing to draw a line between two points. I've narrowed the issue down to missing interval-data for a step in a particular series but haven't found a good solution. In the following - simplified - example, you will see a break in the red line where data exists for a marker on the blue line at interval "three" - which sits between two red markers. I'm trying to find a way to draw straight from the red marker at interval