Okay
  Public Ticket #1067844
Table not showing
Closed

Comments

  •  2
    federico started the conversation

    Hi, 

    I have added a table and two charts to the following page:

    http://catersoft.henlein.com.ar/index.php/usadominer/

    [wpdatachart id=1]

    [wpdatachart id=2]

    [wpdatatable id=2]

    For some unknown reason chart 2 and the table do not show up. They did before. I changed nothing. 

    I just bought the plugin yesterday and encountering such an error so soon is quite dissapointing. 

    Please reply ASAP. 

    Regards

  • [deleted] replied

    Hi federico,
    Thank you for the purchase and sorry for inconvenience.

    There is probably some issue with Google chart. 

    Please provide me a temporary WP-admin login for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue. We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course we do not provide login data to third party. You can write credentials here just check PRIVATE so nobody can see it except us.

  •   federico replied privately
  • [deleted] replied

    Hi federico,

    The issue is caused by wpDataChart with ID 2. When you are creating Google Scatter Chart one of the columns should be String/Date/Datetime type. You have added 4 float columns and because of that chart didn't work. We forget to add notice when you didn't add one String column for this chart type but we'll do that for the next release.

    You just have to add one String column and your chart will work. Please take a look at Google Scatter Chart at this link at the bottom of the page. It says: "One string or date column supported (will be used for horizontal axis)"

  •  2
    federico replied

    Milos, 

    It is true that if I remove the google chart, the table works. But, I tried to add a string column to the google chart in order to make it work and it still does not work. The "km" column is set to string. 

  • [deleted] replied

    Hi Federico,

    Yes KM column is set to String but it's actually numbers. Google charts library doesn't allow numbers to be on categories. You have to add some String column that is actually String or to use Highcharts that are allowing that column to be number (But String in wpDataTable). If you add for example Marca or Modelo column then it should work.