jQuery UI Widgets Forums Chart RangeSelector

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • RangeSelector #111501

    antrax13
    Participant

    Hi,

    I have a chart with column bar & line bar inside.

    I am using range selector and it works like a dream however.

    Because I am combining 2 graphs into 1 is there any chance to specified 2 datafields that should be visible in selector container.

    rangeSelector: {
                                serieType: 'area',
                                padding: { /*left: 0, right: 0,*/ top: 20, bottom: 0 },
                                backgroundColor: 'white',
                                size: 110,
                                gridLines: {visible: false},
                                dataField: "Anomalies"
                            }

    I am looking for something like

    dataFields: {
    "Anomalies", "LineChart"
    }

    so both charts are visible in range selector not just 1.

    Also any idea what properties I can specify for rangeSelector because I havent found anything in documentation except (rangeSelector – definition of a range selector on the xAxis.) https://www.jqwidgets.com/jquery-widgets-demo/demos/jqxchart/index.htm#demos/jqxchart/javascript_chart_range_selector_nondate.htm but nothing else what I can pass any idea where I can find more?

    We have a company license if needed to be provided.

    Regards

    RangeSelector #111529

    Hristo
    Participant

    Hello antrax13,

    The rangeSelector member visualize only one datafield, this is by design.
    It is as one simple chart and you could choose the type of the series separately.
    Thank you for this proposal about the documentation.
    I would like to mention there are other demos with this feature that you could use.

    Best Regards,
    Hristo Hristov

    jQWidgets team
    https://www.jqwidgets.com

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

You must be logged in to reply to this topic.