open flash chart resizable sur .net
Salut Internautes,
J'utilise actuellement open flash chart en .net
Code:
1 2 3 4 5 6 7
| <div id="widgetContent">
<form id="form1" runat="server">
<div id="my_chart">
<ofc:Chart ID="Chart1" Width="400" Height="300" Url="../../data.aspx" runat="Server" />
</div>
</form>
</div> |
mais j'arrive pas a le redimentionner pour qu'il soit plus grand et script suivant ne change rien au chart:
Code:
1 2 3 4 5 6 7 8 9 10 11
| $(document).ready(function() {
$("#widgetContent").resizable();
});
function ofc_resize(left, width, top, height) {
var tmp = new Array(
'left:' + left,
'width:' + width,
'top:' + top,
'height:' + height);
$("#resize_info").html(tmp.join('<br>')); |
quelqu'un pourrait il me donner un coup de main et je vous serais infiniment reconnaissant.
suis je au mauvais endroit
Citation:
Envoyé par
mourbare
Salut Internautes,
J'utilise actuellement open flash chart en .net
Code:
1 2 3 4 5 6 7
| <div id="widgetContent">
<form id="form1" runat="server">
<div id="my_chart">
<ofc:Chart ID="Chart1" Width="400" Height="300" Url="../../data.aspx" runat="Server" />
</div>
</form>
</div> |
mais j'arrive pas a le redimentionner pour qu'il soit plus grand et script suivant ne change rien au chart:
Code:
1 2 3 4 5 6 7 8 9 10 11
| $(document).ready(function() {
$("#widgetContent").resizable();
});
function ofc_resize(left, width, top, height) {
var tmp = new Array(
'left:' + left,
'width:' + width,
'top:' + top,
'height:' + height);
$("#resize_info").html(tmp.join('<br>')); |
quelqu'un pourrait il me donner un coup de main et je vous serais infiniment reconnaissant.
Personne pr m'aider, ai je poste au mauvais endroit et mes problemes ne font qu'augmenter, car l'axe des X ne fonctionne pas sur Internet Explorer, juste sur Firefox. Coup de main svp.