View Full Version : Chart marker is cut on axis in scatter chart
sandeepmnit35
6 Oct 2012, 3:16 AM
I am making a scatter chart and marker is cut on the both axis and marker size is also changing.
How can I fix the marker size on chart and stop marker to cut on axis in sencha touch 2.0.
I am new to this technology and any kind of input will be great help to me.
Thanks
mitchellsimoens
9 Oct 2012, 7:13 AM
Touch Charts 2 beta shouldn't be used in favor of the charts in the ST 2.1.0 releases.
sandeepmnit35
9 Oct 2012, 9:33 PM
In this case what should I use? Does sencha touch 2.0 have in built chart library?
mitchellsimoens
10 Oct 2012, 4:09 AM
2.1.0 has charts built into it.
sandeepmnit35
10 Oct 2012, 4:23 AM
From where I can downlaod the 2.1 version?
Thanks
mitchellsimoens
10 Oct 2012, 4:48 AM
http://www.sencha.com/forum/announcement.php?f=91&a=36
sandeepmnit35
10 Oct 2012, 10:11 PM
How can we implement group by functionality in scatter chat?
sandeepmnit35
11 Oct 2012, 12:54 AM
I am trying to move my app to 2.1 version and when I am doing it it is giving below error "
GET http://localhost:8080/ReplayAnalytics/chart/Panel.js?_dc=1349945494552 404 (Not Found) sencha-touch-all.js:18 (http://localhost:8080/ReplayAnalytics/lib/sencha-touch-all.js)
GET http://localhost:8080/ReplayAnalytics/draw/engine/ImageExporter.js?_dc=1349945494552 404 (Not Found)
"
I am not including any chart library in it. If I include chart library, then it is not giving error and entire app layout is not working.
Below is index.html file:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" href="lib/resources/css/sencha-touch.css" type="text/css">
<link rel="stylesheet" href="lib/resources/css/touch-charts-full.css" type="text/css">
<link rel="stylesheet" href="lib/resources/css/replay-analytics.css" type="text/css">
<title>Replay Analytics</title>
<script type="text/javascript" src="lib/sencha-touch-all.js"></script>
<script type="text/javascript" src="lib/Format.js"></script>
<script type="text/javascript" src="lib/dateFormat.js"></script>
<script type="text/javascript" src="app.js"></script>
<script type="text/javascript" src="lib/event/publisher/Dom.js"></script>
<script type="text/javascript" src="lib/event/Controller.js"></script>
<script type="text/javascript" src="lib/event/Dispatcher.js"></script>
<script type="text/javascript" src="lib/event/ListenerStack.js"></script>
</head>
<body>
<div id="loading">
<img src="lib/images/wait.gif" alt="Please wait" style="margin-top:300px;margin-left:650px;display:block;">
</div>
</body>
</html>
sandeepmnit35
11 Oct 2012, 4:15 AM
I removed the error but my app is not running properly. GUI is not coming properly.
I am using 4 chart on in the app.
is there any document for migrating app from 2.0 to 2.1?
Thanks
2.1.0 has charts built into it.
Just want to clarify - you're not saying that an ST 2.1.0 license actually INCLUDES a Charts license, right? Because I was just told the opposite by your sales folks.
mitchellsimoens
17 Oct 2012, 4:23 AM
The chart license will be available when 2.1.0 GA is released. If paid for, the watermark will be removed.
sandeepmnit35
17 Oct 2012, 4:30 AM
Can you please let me know a good method to migrate app from 2.0 to 2.1?
mitchellsimoens
17 Oct 2012, 4:44 AM
You will need to install Sencha Cmd and then generate an app via
sencha generate app MyAppName /path/to/MyAppName
In the sencha-touch-2.1.0-rc2 directory. Then copy your classes over and you are now upgraded and using the new Sencha Cmd and are then able to upgrade for new releases.
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.