Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding interpolation choice for line charts #39

Merged
merged 2 commits into from
Oct 2, 2015
Merged

Conversation

mistercrunch
Copy link
Member

screen shot 2015-10-02 at 3 07 44 pm

@mistercrunch
Copy link
Member Author

@akuhn , it's so easy to add a chart option now! I like how form_data is just available in the js

mistercrunch added a commit that referenced this pull request Oct 2, 2015
Adding interpolation choice for line charts
@mistercrunch mistercrunch merged commit e3e5798 into master Oct 2, 2015
@mistercrunch mistercrunch deleted the interpolation branch October 2, 2015 23:22
hughhhh referenced this pull request in lyft/incubator-superset Apr 1, 2018
john-bodley added a commit to john-bodley/superset that referenced this pull request Apr 20, 2018
mistercrunch referenced this pull request in mistercrunch/superset May 2, 2018
if a filter is created on a chart, and the column is removed from the
dataset, you get a "'NoneType' object has no attribute
'is_num'" or something to that
effect. This fix disregards the filter.

Also error messages were HTML escaped which React does already anyways
so that's not necessary [anymore] here.
mistercrunch added a commit that referenced this pull request May 2, 2018
if a filter is created on a chart, and the column is removed from the
dataset, you get a "'NoneType' object has no attribute
'is_num'" or something to that
effect. This fix disregards the filter.

Also error messages were HTML escaped which React does already anyways
so that's not necessary [anymore] here.
mistercrunch referenced this pull request in lyft/incubator-superset May 2, 2018
if a filter is created on a chart, and the column is removed from the
dataset, you get a "'NoneType' object has no attribute
'is_num'" or something to that
effect. This fix disregards the filter.

Also error messages were HTML escaped which React does already anyways
so that's not necessary [anymore] here.

(cherry picked from commit e213ccd)
hughhhh referenced this pull request in lyft/incubator-superset May 16, 2018
if a filter is created on a chart, and the column is removed from the
dataset, you get a "'NoneType' object has no attribute
'is_num'" or something to that
effect. This fix disregards the filter.

Also error messages were HTML escaped which React does already anyways
so that's not necessary [anymore] here.

(cherry picked from commit e213ccd)
michellethomas pushed a commit to michellethomas/panoramix that referenced this pull request May 24, 2018
if a filter is created on a chart, and the column is removed from the
dataset, you get a "&apache#39;NoneType&apache#39; object has no attribute
&apache#39;is_num&apache#39;" or something to that
effect. This fix disregards the filter.

Also error messages were HTML escaped which React does already anyways
so that's not necessary [anymore] here.
mistercrunch referenced this pull request in lyft/incubator-superset May 30, 2018
if a filter is created on a chart, and the column is removed from the
dataset, you get a "'NoneType' object has no attribute
'is_num'" or something to that
effect. This fix disregards the filter.

Also error messages were HTML escaped which React does already anyways
so that's not necessary [anymore] here.

(cherry picked from commit e213ccd)
mistercrunch referenced this pull request in lyft/incubator-superset May 30, 2018
if a filter is created on a chart, and the column is removed from the
dataset, you get a "'NoneType' object has no attribute
'is_num'" or something to that
effect. This fix disregards the filter.

Also error messages were HTML escaped which React does already anyways
so that's not necessary [anymore] here.

(cherry picked from commit e213ccd)
timifasubaa pushed a commit to timifasubaa/incubator-superset that referenced this pull request May 31, 2018
if a filter is created on a chart, and the column is removed from the
dataset, you get a "&apache#39;NoneType&apache#39; object has no attribute
&apache#39;is_num&apache#39;" or something to that
effect. This fix disregards the filter.

Also error messages were HTML escaped which React does already anyways
so that's not necessary [anymore] here.
mistercrunch referenced this pull request in lyft/incubator-superset Jun 4, 2018
if a filter is created on a chart, and the column is removed from the
dataset, you get a "'NoneType' object has no attribute
'is_num'" or something to that
effect. This fix disregards the filter.

Also error messages were HTML escaped which React does already anyways
so that's not necessary [anymore] here.

(cherry picked from commit e213ccd)
hughhhh referenced this pull request in lyft/incubator-superset Jun 7, 2018
if a filter is created on a chart, and the column is removed from the
dataset, you get a "'NoneType' object has no attribute
'is_num'" or something to that
effect. This fix disregards the filter.

Also error messages were HTML escaped which React does already anyways
so that's not necessary [anymore] here.

(cherry picked from commit e213ccd)
hughhhh referenced this pull request in lyft/incubator-superset Jun 7, 2018
if a filter is created on a chart, and the column is removed from the
dataset, you get a "'NoneType' object has no attribute
'is_num'" or something to that
effect. This fix disregards the filter.

Also error messages were HTML escaped which React does already anyways
so that's not necessary [anymore] here.

(cherry picked from commit e213ccd)
hughhhh referenced this pull request in lyft/incubator-superset Jun 7, 2018
if a filter is created on a chart, and the column is removed from the
dataset, you get a "'NoneType' object has no attribute
'is_num'" or something to that
effect. This fix disregards the filter.

Also error messages were HTML escaped which React does already anyways
so that's not necessary [anymore] here.

(cherry picked from commit e213ccd)
mistercrunch referenced this pull request in lyft/incubator-superset Jun 7, 2018
if a filter is created on a chart, and the column is removed from the
dataset, you get a "'NoneType' object has no attribute
'is_num'" or something to that
effect. This fix disregards the filter.

Also error messages were HTML escaped which React does already anyways
so that's not necessary [anymore] here.

(cherry picked from commit e213ccd)
hughhhh referenced this pull request in lyft/incubator-superset Jun 27, 2018
if a filter is created on a chart, and the column is removed from the
dataset, you get a "'NoneType' object has no attribute
'is_num'" or something to that
effect. This fix disregards the filter.

Also error messages were HTML escaped which React does already anyways
so that's not necessary [anymore] here.

(cherry picked from commit e213ccd)
wenchma pushed a commit to wenchma/incubator-superset that referenced this pull request Nov 16, 2018
if a filter is created on a chart, and the column is removed from the
dataset, you get a "&apache#39;NoneType&apache#39; object has no attribute
&apache#39;is_num&apache#39;" or something to that
effect. This fix disregards the filter.

Also error messages were HTML escaped which React does already anyways
so that's not necessary [anymore] here.
betodealmeida pushed a commit that referenced this pull request Sep 20, 2019
Release 20190531b

All new files have ASL header, so I'm skipping the license check that got stuck.
graceguo-supercat pushed a commit to graceguo-supercat/superset that referenced this pull request Oct 4, 2021
Since it's 100% it seems worthwhile to add ;)
zhaoyongjie pushed a commit that referenced this pull request Nov 24, 2021
Since it's 100% it seems worthwhile to add ;)
zhaoyongjie pushed a commit that referenced this pull request Nov 25, 2021
Since it's 100% it seems worthwhile to add ;)
zhaoyongjie pushed a commit that referenced this pull request Nov 26, 2021
Since it's 100% it seems worthwhile to add ;)
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.5.0 labels Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.5.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant