Search Type: Posts; User: skylinezpromise

Search: Search took 0.02 seconds.

  1. Hi, I'm trying to save a chart by converting SVG to PNG with a Python script.
    So I start storing the svg data in a variable with :


    var svgdata =...
  2. Hi, I have a grouped bar chart, I want the user to have the ability to change bars width dynamically, so I have made 3 buttons to allow the user to choose "Small" "Medium" or "Large" bar width.
    How...
  3. My json data looks like this :



    ({"success": "true", "message" : "OK","data":[{"id_metric":"1","name_filter":"doc...
  4. My json looks like this :


    {
    "Week": [
    1224,
    {
    "Total_OUT3F": 12,
    "Sev_Logged": "3_major",
    "Total_OUT3A5": 3,
  5. I found on an example, they were using "item.storeField" to get the name of the field, but it's not workin for me. Any ideas please?
  6. When I click on an element on my legend, the chart adapts to the values of the x and y axes that are left on the chart, is there a way to disable this ?

    Thank you
  7. Here's a screenshot :

    39594

    I want the week value to be displayed once for each group of columns.

    Please help
  8. Please how is it possible?

    My tooltip :

    tips: {
    trackMouse: true,
    width: 74,
    height: 28,
    renderer: function(storeItem, item) {...
  9. Hi, I'd like to use this example of grouped bar chart :

    http://dev.sencha.com/deploy/ext-4.0.0/examples/charts/GroupedBar.html

    but I'd like to inverse the axis fields, instead of the...
  10. Hi, i'm having the same problem, I need to show the tooltip for each bar in grouped bar (I'm using extjs 4), I use it like this :


    tips: {
    trackMouse: true,
    width: 74,...
  11. Actually I have a viewport where I put all my views in, it looks like this :


    Ext.define('Metrics.view.Viewport', {
    extend: 'Ext.container.Viewport',
    layout: 'fit',

    ...
  12. please somebody help me find the error in my code
  13. In my controller, exactly in the handler of my button :

    launchChart : function(button){
    console.log('before create');
    var chartwin = Ext.widget('chartwin');
    console.log('after create');...
  14. I've been digging my mind all this morning to find the solution to this, I have an Extjs window where I want to put a chart as an item. I'm using Extjs 4, here's my window :

    ...
  15. I have a JSON store :


    {
    "Week": 1145,
    "Sev_Logged": 22,
    "From": "IN1"
    },
    {
    "Week": 1145,
Results 1 to 15 of 15