Home Forums Chart Support I want to make this bubble chart but I am new

I want to make this bubble chart but I am new

Viewing 3 posts - 1 through 3 (of 3 total)
  • #23662

    I have this array

    Array
    (
        [Sat] => Array
            (
                [11] => 4
                [13] => 1
                [14] => 5
                [15] => 1
                [17] => 2
                [18] => 2
                [20] => 1
                [22] => 1
                [23] => 1
            )
    
        [Sun] => Array
            (
                [00] => 1
                [02] => 1
            )
    
    )

    Which represent Day –

    [DAY] => Array
            (
                [HOUR] => Size Of bubble 
            )

    How can I generate this array to be bubble chart as the photo below
    How to make such Chart?

    Please Advice

    #23663

    Please note that interval on X will not help since sometime X has no 7am nor other values value, but I need all 24 hours to be available in the chart . as well as the Y.

    Please Advice

    #23666

    @beshoo,

    Please take a look at this JSFiddle.

    __
    Priyanka M S
    Team CanvasJS

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

You must be logged in to reply to this topic.