Skip to content

Commit aa00885

Browse files
committed
Update Highcharts assets to latest version 12.4.0
Upgraded AAChartView.html, AAFunnel.js, AAHighcharts-More.js, and AAHighcharts.js to use newer Highcharts assets. This includes updated module code, improved chart rendering, and compatibility with Highcharts v12.4.0. Also refactored HTML and CSS for better container sizing and positioning.
1 parent e825e87 commit aa00885

File tree

4 files changed

+37
-824
lines changed

4 files changed

+37
-824
lines changed

charts/src/main/assets/AAChartView.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,19 @@
2222
<!--</script>-->
2323

2424
<style>
25-
*{
26-
-webkit-user-select: none;
25+
* {-webkit-user-select: none;
2726
user-select: none;
2827
}
28+
29+
#container {
30+
height: 100%;
31+
width: 100%;
32+
position: absolute;
33+
}
2934
</style>
3035
</head>
3136
<body style="margin:0px 0px 0px 0px;">
32-
<div id="container" style="width:100%; height: 100%;"></div>
37+
<div id="container"></div>
3338
</div>
3439
</body>
3540
</html>

charts/src/main/assets/AAFunnel.js

Lines changed: 11 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)