Title: tabletools's Replies | WordPress.org

---

# tabletools

  [  ](https://wordpress.org/support/users/tabletools/)

 *   [Profile](https://wordpress.org/support/users/tabletools/)
 *   [Topics Started](https://wordpress.org/support/users/tabletools/topics/)
 *   [Replies Created](https://wordpress.org/support/users/tabletools/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/tabletools/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/tabletools/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/tabletools/engagements/)
 *   [Favorites](https://wordpress.org/support/users/tabletools/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Visualizer – Tables & Charts Manager with Built-in AI Generator] Series type filled in every cells on the 2nd row](https://wordpress.org/support/topic/series-type-filled-in-every-cells-on-the-2nd-row/)
 *  Thread Starter [tabletools](https://wordpress.org/support/users/tabletools/)
 * (@tabletools)
 * [10 years ago](https://wordpress.org/support/topic/series-type-filled-in-every-cells-on-the-2nd-row/#post-7440199)
 * i checked with our IT dept that the version is:
 * Visualizer: Charts and Graphs V 1.5.5
 * Visualizer: Charts and Graphs Pro Add-on V 1.0.4
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Inline Google Spreadsheet Viewer] Combo Chart Tutorial](https://wordpress.org/support/topic/combo-chart-tutorial/)
 *  Thread Starter [tabletools](https://wordpress.org/support/users/tabletools/)
 * (@tabletools)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/combo-chart-tutorial/#post-6336829)
 * Dear Meitar,
 * Thanks for your help, finally I figured out how to amend the series chart type
   of a comboChart, the short code should be:
 * chart_series='{“0”:{“type”:”bars”},”1″:{“type”:”line”},”2″:{“type”:”bars”}}’
 * i.e. the 0, 1, 2, and so on should also include the ” sign.
 * I hope about short code could help those without programming skill like me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Inline Google Spreadsheet Viewer] Combo Chart Tutorial](https://wordpress.org/support/topic/combo-chart-tutorial/)
 *  Thread Starter [tabletools](https://wordpress.org/support/users/tabletools/)
 * (@tabletools)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/combo-chart-tutorial/#post-6336579)
 * I am very thankful for your typical very, very fast response 🙂
 * I’ve gone thru doc. of configuration option, and found the the default chart 
   type is ,line’ chart for a combo chart. And learnt from you that each series 
   has to be specify individually.
 * (and apologize that I am not good at coding)
    Isn’t this chart_series call for
   an object value (that should be a JSON according to your FAQ page), have tried
   below combinations but not successful on getting a Combo (bar) chart
 * 1.)
    chart_series='{“type”:”bars”,”type”:”bars”}’
 * 2.)
    chart_series='{“type”:’bars’,”type”:’bars’}’
 * 3)
    chart_series='{0:”type”:”bars”,1:”type”:”bars”}’
 * thanks

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