Forum Replies Created by sumit1191

Viewing 2 posts - 1 through 2 (of 2 total)
  • in reply to: column width thickness/size #17283

    Is there any option to change column width so that i want display fixed column width chart ?

    in reply to: Tooltip is not working correctly #17271

    The Whole UI Code…
    <div ui-jq=”plot” data-ng-if=”rbjc.showGraph” ui-options=”
    [
    { label: ‘ Actual’, data: {{rbjc.GraphTotalRevenue}} },
    { label: ‘ Goal’, data: {{rbjc.GraphTotalRevenueGoal}} },
    ],
    {
    bars: { show: true, fill: true, lineWidth: 1, order: 1, fillColor: { colors: [{ opacity: 0.5 }, { opacity: 0.9}] } },
    colors: [‘{{rbjc.color.actual}}’, ‘{{rbjc.color.goal}}’],
    series: { shadowSize: 1 },
    xaxis:{ font: { color: ‘#000’ }, position: ‘bottom’, ticks: {{rbjc.GraphTicks}}, tickOptions: { angle: 30 } },
    yaxis:{ font: { color: ‘#333’ }, min: 0 },
    grid: { hoverable: true, clickable: true, borderWidth: 0, color: ‘#ccc’ },
    tooltip: true,
    }

    data-ui-refresh=”rbjc.GraphTotalRevenue” style=”height: 400px”>
    </div>

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