﻿ticket,summary,type,release,owner,status,created,modified,_description,_reporter
14037,Not working on Python3,defect,,Pablo,new,2021-07-07T04:09:49+02:00,2021-07-15T04:38:36+02:00,"1. The StringIO and cStringIO modules are gone. Instead, import the io module and use io.StringIO or io.BytesIO for text and data respectively. 

2. There is no StringType in Python3.",Jhuang
13052,Create charts from data other than query,enhancement,,Pablo,new,2017-01-19T18:04:10+01:00,2017-01-19T18:04:10+01:00,"It would be awesome if you could add the ability to display data from other sources.

Something as simple as passing in a 1D or 2D array would be a great option.

Perhaps syntax like so:
{{{
{{{
#!JQChart
  ""width"": 250,
  ""height"": 250,
  ""data"": [[3,4],[5,6],[7,8]],
}}}
}}}",TangibleTec
