mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
[line chart] adding option for circle markers (#1006)
This commit is contained in:
committed by
GitHub
parent
36a6714e9e
commit
b93f9ec598
@@ -309,6 +309,12 @@ function nvd3Vis(slice) {
|
||||
.attr('width', width)
|
||||
.call(chart);
|
||||
|
||||
if (fd.show_markers) {
|
||||
svg.selectAll('.nv-point')
|
||||
.style('stroke-opacity', 1)
|
||||
.style('fill-opacity', 1);
|
||||
}
|
||||
|
||||
return chart;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user