jQWidgets Forums

jQuery UI Widgets Forums Chart Change Y axis label

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 10 years, 10 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Change Y axis label #57854

    KUN WOOK LEE
    Participant

    I want to insert Yaxis label.

    The label ranges are 0, 24, 34, 47, 60, 80.

    Have you got any idea how can i do this ?

    Source code is

    var settings = {
    title: “”,
    description: “”,
    enableAnimations: true,
    animationDuration:1000,
    showToolTips: true,
    showLegend:false ,
    showBorderLine:false,
    padding: { left: 15, top: 2, right: 15, bottom: 2 },
    source: sampleData,
    colorScheme: ‘scheme28′,
    xAxis:{
    type:’basic’,
    dataField: ‘Day’
    },
    seriesGroups:[{
    type: ‘line’,
    toolTipFormatFunction: toolTipCustomFormatFn,
    showLabels: false,
    valueAxis:{
    unitInterval: 20,
    minValue: 0,
    maxValue: 80,
    displayValueAxis: false,
    axisSize: ‘auto’,
    tickMarksColor: ‘#FFFF00’
    },
    bands:[
    {minValue: 0, maxValue: 24, color: ‘#0367BC’, opacity: 0.9},
    { minValue: 24, maxValue: 34, color: ‘#5CE600’,opacity: 0.9},
    { minValue: 34, maxValue: 47, color: ‘#F6E101’,opacity: 0.9},
    { minValue: 47, maxValue: 60, color: ‘#E36C00’,opacity: 0.9},
    { minValue: 60, maxValue: 80, color: ‘#EA0000’,opacity: 0.9}
    ],
    series: [
    { dataField: ‘Goal’, displayText: ‘WQI 지수’, symbolType: ‘square’ }
    ]}
    ]};

    Change Y axis label #57875

    Peter Stoev
    Keymaster

    Hi KUN WOOK LEE,

    What kind of label do you want to insert and where do you want to insert it? Could you please provide additional details?

    Best Regards,
    Peter Stoev

    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.