Skip to content

Commit

Permalink
Doc formating fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Apr 4, 2016
1 parent ca44432 commit 034fd07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion caravel/assets/visualizations/sunburst.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ function sunburstVis(slice) {
arcs.selectAll("path")
.style("stroke-width", null)
.style("stroke", null)
.style("opacity", 0.3);
.style("opacity", 0.7);

// Then highlight only those that are an ancestor of the current segment.
arcs.selectAll("path")
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ Druid
-----

* From the UI, enter the information about your clusters in the
``Admin->Clusters`` menu by hitting the + sign.
``Admin->Clusters`` menu by hitting the + sign.

* Once the Druid cluster connection information is entered, hit the
``Admin->Refresh Metadata`` menu item to populate
``Admin->Refresh Metadata`` menu item to populate

* Navigate to your datasources

0 comments on commit 034fd07

Please sign in to comment.