Hi all, I upgraded caravel 0.9.0 to superset 0.15.0, then I have a problem with the Time series Bar chart: on 0.9.0 version, the the Time series Bar chart can be displayed completely, but on 0.15.0 version, I have to scroll it so that I can see all the chart...
why ?Is it a bug ?
again~~
I am trying to setup Superset on a linux server, and working in a virtual environment. When I run ,
fabmanager create-admin --app superset, it gives me the error as :
Was unable to import superset Error: No module named numpy.
Any suggestions ?
I already have numpy latest version installed in the virtual environment.
```const loginPage = {};
loginPage.controller = function()
{
this.messagee = function()
{
console.log(0);
alert(0);
}
};
loginPage.view = function(ctrl)
{
return m("div",
[
m("span", "Euros"),
m("br"),
m("input[id='txtAmount'][type='text']"),
m("br"),
m("button", { onclick: ctrl.messagee }, "OK")
])
};```
error is :ERROR: Connection failed!
The error message returned was:
(exceptions.AttributeError) 'TBufferedTransport' object has no attribute 'trans' [SQL: u'SHOW TABLES IN default']
@datajunkie007
I'm using Druid and Superset. It is always better to visualise the summary of data. As you know, you can't push all the data to browsers which makes the browser go crazy.
And btw, superset adds limit of 50000 by default. So, don't estimate your result to be accurate unless and until you use query aggregators.
As I'm working for a E-Commerce company, I end up writing my own Visualisation tool as we want realtime dashboard and few custom charts like funnel events.