mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-21 14:19:39 +02:00
Fix minified JS in prod for chart controller
This commit is contained in:
parent
a21061fb56
commit
8f8988c03a
1 changed files with 12 additions and 13 deletions
|
@ -11,12 +11,12 @@ export default class extends Controller {
|
|||
usePercentSign: Boolean
|
||||
}
|
||||
|
||||
#d3SvgMemo = null
|
||||
#d3GroupMemo = null
|
||||
#d3Tooltip = null
|
||||
#d3InitialContainerWidth = 0
|
||||
#d3InitialContainerHeight = 0
|
||||
#normalDataPoints = []
|
||||
#d3SvgMemo = null;
|
||||
#d3GroupMemo = null;
|
||||
#d3Tooltip = null;
|
||||
#d3InitialContainerWidth = 0;
|
||||
#d3InitialContainerHeight = 0;
|
||||
#normalDataPoints = [];
|
||||
|
||||
connect() {
|
||||
this.#install()
|
||||
|
@ -247,7 +247,6 @@ export default class extends Controller {
|
|||
.style("fill", `url(#${this.element.id}-trendline-gradient)`)
|
||||
}
|
||||
|
||||
|
||||
#drawTooltip() {
|
||||
this.#d3Tooltip = d3
|
||||
.select(`#${this.element.id}`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue