Skip to content

Commit

Permalink
Merge pull request #2 from apache/master
Browse files Browse the repository at this point in the history
Synchronize from superset
  • Loading branch information
zhouyao1994 authored Jan 6, 2019
2 parents 90585fb + f291dae commit 97c727f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/assets/src/visualizations/Sunburst/Sunburst.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function Sunburst(element, props) {
entering.append('svg:text')
.attr('x', (breadcrumbDims.width + breadcrumbDims.tipTailWidth) / 2)
.attr('y', breadcrumbDims.height / 4)
.attr('dy', '0.35em')
.attr('dy', '0.85em')
.style('fill', function (d) {
// Make text white or black based on the lightness of the background
const col = d3.hsl(colorByCategory ?
Expand Down

0 comments on commit 97c727f

Please sign in to comment.