jQWidgets Forums

jQuery UI Widgets Forums Chart This chart should not be binding.

This topic contains 1 reply, has 2 voices, and was last updated by  Hristo 9 years, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • This chart should not be binding. #77875

    drt0927
    Participant

    This is successful.

    for(var i = 0; i < sampleData.length; i++)
       sampledata[i] = list[i];

    but

    It will fail.
    sampleData = list;

    Below is the setting.
    settings = {
    title: false,//”Line : 1″, // 차트 제목
    description: false, // 제목 설명
    enableAnimations: false,
    showLegend: true,
    legendLayout: {
    left: 325,
    top: 155,
    width: 300,
    height: 200,
    padding:50,
    flow: ‘vertical’
    },
    padding: { left: 5, top: 10, right: 15, bottom: 10 },
    //titlePadding: { left: 0, top: 0, right: 0, bottom: 10 },
    //borderLineColor: “black”,
    borderLineWidth: 0,
    source: sampleData,
    colorScheme: ‘scheme05’,
    xAxis: {
    dataField: ‘Chart’,
    unitInterval: 10,
    ///………………………

    This chart should not be binding. #77884

    Hristo
    Participant

    Hello drt0927,

    Thanks for using our product.
    I would like to ask what is ‘list’.
    Could you share more of your code for better analyze (ex. in jseditor/fiddle).
    About code that I see:
    I would like to recommend to use $.jqx.dataAdapter();.

    Best Regards,
    Hristo Hristov

    jQWidgets team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.