Okay
  Public Ticket #1011071
wpDataTables Chart
Closed

Comments

  •  2
    stylemate started the conversation

    Hello, I'm using wpdatatable and its chart function to display nice set of data and it's quite good. 

    I'm having hard time configuring the chart so that i can invert y-axis only.

    My y-axis is ranking and right now, it looks like it's descending as the ranking goes up. 

    there's an option to invert axes (simply swapping axes), but that's not really what i want because i just want y-axis to start from like 200 to 1.

    i wonder if i'm not looking carefully enough to find that option and if so, could you point me out?

    if such option is not available, can i ask where the actual chart file is stored in wordpress, so that i can manually access through ftp client and add css line:

    yAxis: {
                    reversed: true,
                    ......
                },


    Thank you

  •  2
    stylemate replied

    Also, I want to know if there's a way to put two or more tables or charts on same row.

    like horizontally aligned. 

    i've tried several ways, turning resposive width on&off, separating each tables or charts in a div and floating them, but no avail. 

    Thank You

  • [deleted] replied

    Hi stylemate,
    Thank you for your purchase.

    You don't need to change core files to make y-axis reversed. You can use wpDataChart callback to achieve this. You can find examples and usage on this link.

    "Also, I want to know if there's a way to put two or more tables or charts on same row."
    - Can you explain me this in more details because it is not to clear to me.