Skip to content

Commit

Permalink
added thumbnail
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogball committed Oct 15, 2017
1 parent b27c3b3 commit d3c0baa
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Binary file modified superset/assets/images/viz_thumbnails/rose.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions superset/assets/javascripts/explore/stores/controls.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1486,6 +1486,7 @@ export const controls = {
),
default: false,
renderTrigger: true,
},

time_series_option: {
type: 'SelectControl',
Expand Down
2 changes: 1 addition & 1 deletion superset/assets/javascripts/explore/stores/visTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -1174,7 +1174,7 @@ export const visTypes = {
sections.NVD3TimeSeries[1],
],
},

partition: {
label: 'Partition Diagram',
showOnExplore: true,
Expand Down
2 changes: 1 addition & 1 deletion superset/viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -1822,7 +1822,7 @@ def get_data(self, df):
})
return result


class PartitionViz(NVD3TimeSeriesViz):

"""
Expand Down

0 comments on commit d3c0baa

Please sign in to comment.