Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
heyesr committed Dec 23, 2023
1 parent aa0aadd commit 67d571b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demos/line-csv-reader.html
Expand Up @@ -12,7 +12,7 @@
<h1>A Line chart using the CSV reader</h1>

<script>
if (!location.host) {
if (!location.host || 1) {
document.write(`
<div style="background-color: #ffc; border: 2px solid #cc0; border-radius: 5px; padding: 5px;">
<b>Note:</b>
Expand Down
1 change: 0 additions & 1 deletion demos/svg-bar-adjustable.html
Expand Up @@ -23,7 +23,6 @@ <h1>Various adjustable SVG Bar charts</h1>
<div style="width: 950px; height: 300px" id="chart-container5"></div>
<div style="width: 950px; height: 300px" id="chart-container6"></div>
<div style="width: 950px; height: 300px" id="chart-container7"></div>
<div style="width: 950px; height: 300px" id="chart-container8"></div>
</div>

<style>
Expand Down
3 changes: 2 additions & 1 deletion libraries/RGraph.common.dynamic.js
Expand Up @@ -1497,9 +1497,10 @@ if (obj && obj.properties.highlightDataset && obj.properties.highlightDatasetEve
);
}

// Draw a horizontal line for bar/line/scatter charts
// Draw a horizontal line for bar/line/scatter/waterfall charts
} else {
if (obj.properties.crosshairsHline) {

obj.path(
'b ld % lw % m % % l % % s %',
linedash,
Expand Down

0 comments on commit 67d571b

Please sign in to comment.