Sencha Touch Bar Chart Add ons

Size
2,308 Kb
Views
20,240

How do I make an sencha touch bar chart add ons?

Here's some more features. What is a sencha touch bar chart add ons? How do you make a sencha touch bar chart add ons? This script and codes were developed by Shayne Trosdahl on 18 November 2022, Friday.

Sencha Touch Bar Chart Add ons Previews

Sencha Touch Bar Chart Add ons - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Sencha Touch Bar Chart Add ons</title>
</head>
<body> <script type="text/javascript" src="http://cdn.sencha.io/touch/sencha-touch-2.3.1/sencha-touch-all.js"></script>
<link href="http://cdn.sencha.io/touch/sencha-touch-2.3.1/resources/css/sencha-touch.css" rel="stylesheet" type="text/css"> <script src="js/index.js"></script>
</body>
</html>

Sencha Touch Bar Chart Add ons - Script Codes JS Codes

Ext.application({ name: 'Chart Legend Custom Label Name', launch: function() { var barChart = new Ext.chart.Chart({ store: { fields: [ 'name', 'custSales', 'grossProfit' ], data: [{ 'name': 'Company one', 'custSales': 33, 'grossProfit': 2 }, { 'name': 'Company two', 'custSales': 10, 'grossProfit': 5 }, { 'name': 'Company three', 'custSales': 60, 'grossProfit': 2 }, { 'name': 'Company four', 'custSales': 20, 'grossProfit': 6 }, { 'name': 'Company five', 'custSales': 30, 'grossProfit': 4 }, { 'name': 'Company six', 'custSales': 12, 'grossProfit': 7 }, { 'name': 'Company seven', 'custSales': 80, 'grossProfit': 6 }, { 'name': 'Company eight', 'custSales': 20, 'grossProfit': 9 }, { 'name': 'Company nine', 'custSales': 15, 'grossProfit': 2 }, { 'name': 'Company ten', 'custSales': 55, 'grossProfit': 5 }] }, innerPadding : 10, insetPadding : 50, background : 'rgba(064, 064, 064, 1)', animate : true, shadow : true, // ======================================= // Add the legend... // ======================================= legend: { position : 'bottom' }, axes: [{ type : 'numeric', position : 'left', fields : [ 'custSales', 'grossProfit' ], label : { field: 'custSales', display: 'insideEnd', fontSize: 12, color: 'rgba(255, 255, 255, .2)', rotate: { degrees : -90 } }, style : { stroke: 'rgba(255, 255, 255, .2)', lineCap: 'miter', lineWidth: 2, miterLimit : 20 } }, { type : 'category', fields : 'name', style : { stroke: 'rgba(255, 255, 255, .2)' } label : { field: 'custName', display: 'insideEnd', fontSize: 12, color: 'rgba(255, 255, 255, .2)', rotate: { degrees: -90 }, subStyle: {	textAlign: 'left' } }, style: { stroke: 'rgba(255, 255, 255, .2)', lineCap: 'miter', lineWidth: 2, miterLimit : 20 } }], series: [{ type : 'bar', stacked : true, style: { gapLength: 10, minBarWidth: 10, maxBarWidth: 25,	}, label: { field: [ 'custSales', 'grossProfit' ], display: 'outside', rotate: { degrees : -90 }, color: 'white', font: '15px', fontWeight: 'bold', textBaseline: 'middle', subStyle: {	textAlign: 'left' } }, title : [ 'Profit $', 'Sales $' ], xField : [ 'name' ], yField : [ 'custSales', 'grossProfit' ], colors : [ 'rgba(148, 183, 187, 1)', 'rgba(239, 066, 111, 1)' ] }] }); Ext.Viewport.setLayout('fit'); Ext.Viewport.add(barChart); }
});
Sencha Touch Bar Chart Add ons - Script Codes
Sencha Touch Bar Chart Add ons - Script Codes
Home Page Home
Developer Shayne Trosdahl
Username Trozdol
Uploaded November 18, 2022
Rating 3
Size 2,308 Kb
Views 20,240
Do you need developer help for Sencha Touch Bar Chart Add ons?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Shayne Trosdahl (Trozdol) Script Codes
Create amazing Facebook ads with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!