jQuery UI Widgets Forums Chart X-Axis MinValue, MaxValue and TickMarks not getting displayed

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

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

  • SumitRoy
    Participant

    Dear JQX Chart,
    I have two strange problems while using jqxChart in my application.
    1. I have specified minValue and maxValue in the xAxis but when it rendered the chart I found out that some other minValue is applied to the chart. In my case minValue that I have specified is 1000 but in the chart, it is 100.
    2. I have specified tickMarks in the xAxis but unfortunately, it is not showing in the actual chart.
    Please note:

    a) My chart has logScale (of base 10) in the x-axis.
    b) Chart data is updated programmatically.

    here is my code snippet for the x-axis:

    xAxis: {
                dataField: "life",
                minValue:1000,
                maxValue:100000,
                displayText: "Life(Hour/Cycle)",
                logarithmicScale: false,
                valuesOnTicks: true,
                tickMarks:{
                    visible: true,                 
                    step: 100                
                },             
                title: {
                    visible: true,
                    text: "Life(Hour/Cycle)"
                }
            },

    and here is the link to the image


    Hristo
    Participant

    Hello SumitRoy,

    I would suggest you change the position of this “xAxis” in the particular series.
    Could you provide a simple example of this case if you still have the same issue?

    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.