Skip to content

Commit

Permalink
Merge pull request #394 from Kitware/better-default-color
Browse files Browse the repository at this point in the history
Use a better default colormap for Vega components
  • Loading branch information
Roni Choudhury committed Sep 20, 2016
2 parents f195e21 + 906c109 commit f2dd07d
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1 deletion.
Binary file modified src/candela/components/BarChart/test/barchart.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ imageTest({
name: 'bulletchart',
url: 'http://localhost:28000/examples/bullet',
selector: '#vis-element',
delay: 1000,
threshold: 0.001
});
Binary file modified src/candela/components/Heatmap/test/heatmap-travis.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/candela/components/Heatmap/test/heatmap.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/candela/components/ScatterPlot/test/scatterplot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/candela/util/vega/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ let templateFunctions = {
type: 'linear',
zero: false,
domain: {data: params.data, field: params.field},
range: ['#dfd', 'green']
range: ['#df2709', '#2709df']
};
},

Expand Down

0 comments on commit f2dd07d

Please sign in to comment.