mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-08-20 07:36:54 -05:00
fix: chart.js throwing error on hover #48
This commit is contained in:
@@ -679,6 +679,9 @@ section.update-signup div.circle {
|
||||
.feature-progress-chart {
|
||||
max-width: 100px;
|
||||
}
|
||||
.feature-progress-chart canvas.percentage-chart {
|
||||
pointer-events: none; /* Fixes issue #48 */
|
||||
}
|
||||
.feature-list-wrapper h3 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<div>
|
||||
<div class="feature-progress-chart">
|
||||
<p class="percentage-label">{{ data.percent }}</p>
|
||||
<canvas></canvas>
|
||||
<canvas class="percentage-chart"></canvas>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user