chinna12345 / auto-table-to-chart

Automatically exported from code.google.com/p/auto-table-to-chart
0 stars 0 forks source link

Table title not displayed #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The table title will never be displayed as the data-attc-googleOptions are 
parsed _after_ the variable is checked.
Putting 
        if(tableEl.attr('title')!='' && settings.googleOptions.title==undefined){
            settings.googleOptions.title=tableEl.attr('title');
        }
after the parsing code resolves it.

Original issue reported on code.google.com by groessen...@googlemail.com on 3 Mar 2013 at 1:05

GoogleCodeExporter commented 9 years ago
thanks, will add to latest - nathan

Original comment by nat...@gmail.com on 18 Mar 2013 at 2:57