Forum Replies Created by aisolutions

Viewing 5 posts - 1 through 5 (of 5 total)
  • in reply to: IndexLabels format for rangeBar Charts #61057

    Hello Vishwas,

    Thank you for this answer! It works great! My next question is how can I center the indexLabel within the bar, instead of showing it on the left side of the bar?

    in reply to: Multi Series Range Stacked Chart #61031

    If you export the chart, then the legend doesn’t print with the chart if its in the DOM. Is there a way around this?

    Thanks,
    Shannon

    in reply to: Issue with Months Name on Axis in Chart #61030

    Hello Manoj,

    I actually figured out the math to get this to work on the interval. interval: (365*24*60*60*1000)/12, I know this doesn’t count for leap year but it will do for now.

    Thank you,
    Shannon

    in reply to: Issue with Months Name on Axis in Chart #61024

    Manoj,

    I have a rangeBar chart where I am showing months in on the y-axis using the labelFormatter to do it. But when the chart renders its showing every other month on the y-axis and not every month. I know intervalType for dates does not work on the y-axis, but is there a work around using date math to get this to show every month?

    Thanks,
    Shannon

    in reply to: Chart within ToolTip or Chart within a Chart #35706

    Hello Manoj,

    Thank you for that solution! At least I know it is possible to do this. However, the issue I am still having is that the pie chart has to be built based on datapoints sent to each scatter chart point.

    For example, my incoming datepoints for the scatter chart are from a PHP array:
    var data = <php echo json_encode($dpoints, JSON_NUMERIC_CHECK); ?>;

    In that PHP array are values such as [[0] x: 5, y: 10, name: First, pie1: 20, pie2: 30, pie3: 50],[1]…

    While the scatter chart pulls the x, y, and name values, I need the pie chart to pull the pie1, pie2, pie3 values and render for each data set in the array.

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