Jump to content
JChartFX Community

sunil

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by sunil

  1. I have added both the references

    @**@

    script is :

    $("div", ".ChartDiv1").chart({

    gallery: cfx.Gallery.Area,

    data: {

    series: 2

    },

    series: [{

    color: "#801702D1",

    border: {

    width: 4

    }

    }, {

    gallery: cfx.Gallery.Lines

    }],

    allSeries: {

    pointLabels: {

    visible: false

    },

    MarkerShape: cfx.MarkerShape.None

    },

    LegendBox: {

    visible: true,

    dock: cfx.DockArea.Bottom

    },

    //----Assign data fields--------

    dataSourceSettings: {

    fields: [{

    name: "LowerLimit",

    usage: cfx.FieldUsage.FromValue

    }, {

    name: "UpperLimit",

    usage: cfx.FieldUsage.Value

    }, {

    name: "Value",

    usage: cfx.FieldUsage.Value

    }, {

    name: "Date",

    usage: cfx.FieldUsage.XValue

    }]

    },

    //----Set Sample Data------------

    dataValues: items

    });

    i am using mvc3

    thanks.

  2. i am using jchartfx to draw charts & i am getting following error.

    Uncaught TypeError: Cannot read property 'Y' of undefined jchartfx.coreBasic.js

    Uncaught TypeError: Cannot read property 'Area' of undefined

    Please help me to solve this problem

×
×
  • Create New...