Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/getredash/redash
Browse files Browse the repository at this point in the history
# By Arik Fraimovich (8) and others
# Via GitHub (12) and others
* 'master' of git://github.com/getredash/redash: (21 commits)
  Modernize Python 2 code to get ready for Python 3
  Fixed eslint "Cannot read property 'length' of undefined" error
  Add option to set the flask-limiter storage engine
  Fix: don't crash query editor when there are unclosed curly brackets.
  Fix: error value in charts wasn't displayed if it was 0.
  Fix: tests entering endless loop, due to bad input.
  Cohort visualization: make it friendlier to use.
  Add missing import.
  Fix: Queries#all_queries was sometimes returning wrong number of queries.
  Fix getredash#1950: record_event fails for api events
  Merged with upstream
  Bugfix: column.type not set by many data sources [sqlite, postgres etc]
  Use a different markdown library
  Update npm-shrinkwrap
  Use event.preventDefault() on EditInPlace textarea
  Remove magic numbers from EditInPlace()
  Update redirected link in README
  UnicodeWriter errors code to environment
  Hovertext length (#3)
  Merge/query based parameter (#2)
  ...

Conflicts:
	package.json
  • Loading branch information
vabanin committed Oct 5, 2017
1 parent 85a6c5a commit 57f422a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/visualizations/pivot/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function pivotTableRenderer() {
$.pivotUtilities.renderers,
$.pivotUtilities.c3_renderers,
$.pivotUtilities.d3_renderers,
$.pivotUtilities.export_renderers
$.pivotUtilities.export_renderers,
),
onRefresh(config) {
const configCopy = Object.assign({}, config);
Expand Down

0 comments on commit 57f422a

Please sign in to comment.