Skip to content

Commit

Permalink
feat/colorbar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Qraree committed Apr 28, 2023
1 parent 4f63588 commit 26c1a17
Show file tree
Hide file tree
Showing 7 changed files with 147 additions and 6 deletions.
1 change: 1 addition & 0 deletions grapick.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions grapick.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="grapick.min.css">
<link rel="stylesheet" href="styles.css" >
<script src="grapick.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script src="https://cdn.plot.ly/plotly-2.18.2.min.js"></script>
<title>A193</title>
Expand Down Expand Up @@ -286,9 +288,18 @@ <h1>Статистика</h1>
<div class="settings-wrapper">
<div>
<div class="colormap-section">
<div>
<span>Строить при расчёте сетку точек</span>
<input type="checkbox" name="dots-checkbox" id="dots-checkbox">
</div>
<div>
<span>Фиксированная цветовая шкала вероятности</span>
<input type="checkbox" name="color-checkbox" id="color-checkbox" checked>
</div>
<span class="colormap-label">Выберете расцветку графиков</span>
<select name="select" id="colormap-select">
<!--Supplement an id here instead of using 'name'-->
<option value="gradient">Свой градиент</option>
<option value="Viridis">Viridis</option>
<option value="YlOrRd">YlOrRd</option>
<option value="YlGnBu">YlGnBu</option>
Expand All @@ -310,6 +321,9 @@ <h1>Статистика</h1>
</div>
</div>
<div class="title-name-section">
<div id="gradient-picker">

</div>
<section class="parameter-section additional-parameter">
<label for="PlotName3d">Заголовок трехмерного графика</label>
<textarea
Expand Down
11 changes: 11 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"dependencies": {
"chart.js": "^4.2.1",
"excel4node": "^1.8.1",
"grapick": "^0.1.13",
"plotly.js-dist-min": "^2.21.0"
}
}
Loading

0 comments on commit 26c1a17

Please sign in to comment.