Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ImageGuaven Labs

    (@elvinhaci)

    Hi. In SQL chart creator page, in ADVANCED settings there, you can see “Color scheme” field

    Thread Starter Imagerkasinski

    (@rkasinski)

    Hello,

    how to use this coloring in donut chart if I get data from SQL Database by below code;

    SELECT
    status,
    ROUND((COUNT()/480100),0) AS ilosc
    FROM
    winding_v_1st
    WHERE
    DATE(DATETIME) = {select_date}
    AND
    TIME(DATETIME) >= “06:00:00” AND TIME(DATETIME) <= “14:00:00”
    GROUP BY status;

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

The topic ‘Colors in chart legend’ is closed to new replies.