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

    (@scheeeli)

    This is a good suggestion and something I will consider for a future release of this plugin.

    For now I have a workaround for you. I you can concat your query results into one column and one row then you can hide the whole table using CSS.
    just add these styles to your stylesheet:

    .ELISQLREPORTS-table, .ELISQLREPORTS-table TD {border: none;}
    .ELISQLREPORTS-Header-Row {display: none;}

    Let me know if you there is anything else.

    Aloha, Eli

    Thread Starter cretivo

    (@cretivo)

    Hello Eli,

    Thank you, I will try to implement the plugin with Google Charts and let you know the modifications I made.

    Thank you for your reply!

    Maximilian

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Request only a specific value’ is closed to new replies.