• In order to see data with DecimalComma, it has to be converted to DecimalPoint.
    (This makes 8,15 look like 8.15 and will make this plugin work. Data in table is still 8,15)
    Use, for column, like this,

    replace(m3,”,”,”.”) AS m3

    SQL code:
    SELECT date, replace(m3,”,”,”.”) AS m3
    FROM your_tablename WHERE 1

    Thanks for an accurate and quick response!
    ___________________________________________
    Wordpress 4.9.8
    Version 2.1.1 | By Guaven Labs

Viewing 1 replies (of 1 total)
  • Plugin Author Guaven Labs

    (@elvinhaci)

    Hi. thank you. have you contacted with us via contact form given at the plugin’s settings page?

Viewing 1 replies (of 1 total)
  • The topic ‘DecimalComma data in table not showing in chart.’ is closed to new replies.