Giter Club home page Giter Club logo

auto-table-to-chart's People

Contributors

nathfy avatar

Stargazers

 avatar

Watchers

 avatar

auto-table-to-chart's Issues

Table title not displayed

The table title will never be displayed as the data-attc-googleOptions are 
parsed _after_ the variable is checked.
Putting 
        if(tableEl.attr('title')!='' && settings.googleOptions.title==undefined){
            settings.googleOptions.title=tableEl.attr('title');
        }
after the parsing code resolves it.

Original issue reported on code.google.com by [email protected] on 3 Mar 2013 at 1:05

How to add_animation to pie charts?

What steps will reproduce the problem?
I am trying to insert the following extra features for the Pie Charts but can't 
fugure out how to change your code so they will work .

$pie->add_animation( new pie_fade() );
$pie->add_animation( new pie_bounce(8) );

Thank You 


Original issue reported on code.google.com by [email protected] on 18 Jul 2010 at 5:52

Want to enclose two charts and only one mixed up chart obtained

What steps will reproduce the problem?
- Drawing several charts in the same html file.

What is the expected output? What do you see instead?
- Expected two tables and two charts. Result two tables and only one mixed up 
chart.


What version of the product are you using? On what operating system?
- Version O.3. Windows 7 32 bit. IE9. Address: localhost. Server: IIS7.


Please provide any additional information below.

I enclose html code and image of the result.

Regards
comrlr





Original issue reported on code.google.com by [email protected] on 5 Oct 2012 at 3:51

Attachments:

unable to create more than one chart

What steps will reproduce the problem?
1. place two tables on html page
2. using different IDs for tables and DIVs

What is the expected output? What do you see instead?
Two or three tables on the page. Instead only the first table appears as a 
chart, the others don't show up, and the values of the first tables are messed 
up, as if it's trying to combine all tables into one chart.

What version of the product are you using? On what operating system?
0.3

Please provide any additional information below.
attached is the HTML code, and a screenshot

Original issue reported on code.google.com by [email protected] on 1 Mar 2013 at 11:37

Attachments:

Data won't load on example

What steps will reproduce the problem?
1. I copied attc and openflashchart files to resemble the structure in the 
examle
2.Run it in localhost 
3.

What is the expected output? What do you see instead?
The same tables/charts as in the example
I get the tables but the chart part gives this error message:
Open Flash Chart
IO ERROR
Loading test data
Error #2032
This is the URL that I tried to open:../../data-files/y-axis-auto-steps.txt

What version of the product are you using? On what operating system?
Last available versions of ATTC and open flash chart on Windows 7  Apache 2.0
Tried on IE, Safari, Mozilla and Chrome  same result

Please provide any additional information below.
I believe this is a wonderful application to create dynamic charts, once I can 
fix what appears to be a simple path problem


Original issue reported on code.google.com by [email protected] on 3 Jul 2010 at 5:58

unable to increase graph width by editing flash_chart_style.css

What steps will reproduce the problem?
1. edit flash_chart_setup in flash_chart_style.css to increase the width
and height.
2. reload the html
3. height changes correctly,but the width remains the same :(

What is the expected output? What do you see instead?
I set the width as 3000px and height as 1000px in 'flash_chart_setup' in
flash_chart_style.css file.The height does change but the width wont !! 

What version of the product are you using? On what operating system?
auto-table-to-chart_03.zip

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 7 May 2010 at 9:12

Build a chart, but horizontally

Is this posible?. I want the chart load horizontally, with the bars
parallel with the bottom of the monitor. Thanks a lot for this incredible app!

Original issue reported on code.google.com by [email protected] on 10 Aug 2009 at 7:43

Sample Not working - google not defined

What steps will reproduce the problem?
1. Download zip file and unzip in folder
2. Run example
3. JavaScript error - google not defined.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
Windows 8 IE 10

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 9 Feb 2013 at 12:02

We use jQuery v1.8.3 in our website

The graphics system does not work with this latest version of jQuery .
Any ideas or patch to use your plugin?

The debug information is:
Uncaught TypeError: undefined is not a functionattc.googleCharts.js:301 
(anonymous function)jquery.min.js:2 f.Callbacks.njquery.min.js:2 
f.Callbacks.o.fireWithjquery.min.js:2 e.extend.readyjquery.min.js:2 
c.addEventListener.B

Do you have any idea?

Thnks!

Original issue reported on code.google.com by [email protected] on 31 Mar 2015 at 7:38

Sample not Work

What steps will reproduce the problem?
1. My Sample work, but bad
2.
3.

What is the expected output? What do you see instead?
The size graphic, zoom out

What version of the product are you using? On what operating system?
Windows XP

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 27 Nov 2008 at 12:18

Attachments:

Please help me?

What steps will reproduce the problem?
1. How to show value float number???
2. How to change different color label ???

my work is http://www.statis.mn/chart/user_data.php

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 23 May 2009 at 8:52

Problem to lock a column

What steps will reproduce the problem?
1. select a column which is a description
2. make a plot with
3. I would like to lock this kind of column

What is the expected output? What do you see instead?
Hello,
Thank you very much for your work.
I would like to lock the selection of the first column while the user want to 
edit the chart.
In fact, while I select this column which is only a description when there is 
some number, plots are done.

If you have a solution to disable the selection of a column it would be very 
helpful.

Thank you very much in advance.



What version of the product are you using? On what browser/OS?
I use the last version of the product with a Mac OS X 10.9.5 on Chrome.


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 10 Mar 2015 at 10:44

Attachments:

Graph won't hide.

What steps will reproduce the problem?
1. Upon clicking the show/hide chart button. The chart wont hide.
2. The table will hide thou.
3.

What is the expected output? What do you see instead?
The chart is always there.

What version of the product are you using? On what operating system?
mac leopard

Please provide any additional information below.



Original issue reported on code.google.com by [email protected] on 2 Feb 2009 at 10:27

Problems with width and question about x-axis

What steps will reproduce the problem?
1. Downloaded the zip file into my ~jdavis/publiic_html directy and unzipped 
it. 

2) Was able to get the sample graphs up and running and into my IE.

3. Teaked the flash_chart_style.css file to change the height to like 600 and 
the background color to something else.

4) all the graphs showed increase height and changed the background color to 
the new color.

5) Changed the width values to a greater number and a smaller number and did 
not get a corasponding increase or decrease in the chart width.

Is there a bug in this or is there a problem in the way I am trying to do this?

I am not a java programmer, but is there a way to specify that the X-axis 
should only display every 10th lable on the X-axis?

/* you need this class no matter what for default chart style */
.flash_chart_setup{
        width:100px;
        height:100px;
        /* graph background colour */
        background-color:#00ffff;

The height here changed, but the width did not.

Downloaded the latest auto-table-to-chart that was available labled _03
Downloaded the Latest(?) open-flash-chart .../2-lug-Wyrm-Charmer.zip file.

Thanks

Joe
k


Original issue reported on code.google.com by [email protected] on 1 Mar 2011 at 4:37

ATTC and DataTable Conflicts

What steps will reproduce the problem?
1.Enable DataTables and ATTC on a Table
2.Click on Edit ATTC Chart Parameters
3.ATTC adds checkboxes on the top of header but when you click check box it 
actually sort the column as well to which is not the intended. We need to fix 
this issue.

Here is the test Page for this:

https://support.telcan.net/testing/jTest.asp


What is the expected output? What do you see instead?

When you click check box, it should not trigger sorting.

What version of the product are you using? On what browser/OS?

Latest versions.

Original issue reported on code.google.com by [email protected] on 16 Aug 2013 at 10:00

CHART IS NOT DISPLAYING

What steps will reproduce the problem?
I downloaded example file,attc.css file attc.google chart.js file from your 
website and Jquery.min.js from jquery website and i put all files in same 
folder.
What is the expected output? What do you see instead?
Only the table is displaying when i run example file. Google visualization 
chart is not displaying.
In the setup section of your website i found below script.

"
Finally call the script on page load, on the table element:
$(document).ready(function(){
        $('#AttendancePercentages').attc();
});
"

I cant find this script in the code of your example file. Whre should i paste 
it. Kindly help!
What version of the product are you using? On what browser/OS?
ATTC.3
WINDOWS XP
GOOLGE cHROME Version 28.0.1500.72 m
jQuery v1.7.1
Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 30 Jul 2013 at 3:21

Attachments:

Chart data not loading

What steps will reproduce the problem?
1. right click and open example.html with browser
2.
3.

What is the expected output? What do you see instead?
upon opening example.html in the browser(firefox and ie) the chart objects
stop at the loading data stage with the rotating icon.

What version of the product are you using? On what operating system?
Version 03 (3rd june), on windows 2000, windows xp,and vista.

Please provide any additional information below.
I downloaded zip file, extracted , opened the example.html with browser.
I see the charts ok in your example page. 

Original issue reported on code.google.com by [email protected] on 22 Jun 2009 at 8:50

Attachments:

x-axis tags listed vertically

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
x-axis tags to be listed vertically.this feature would be really help if
x-axis tag names are long. 

What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 7 May 2010 at 9:18

Not show Upper table which have control to chage chart type

I have Use All things which you have given.which is foll0wing  code:


function getchartdata(stype) {
        $("#loading1").show();
        $.ajax({
            type: "POST",
            contentType: "application/json; charset=utf-8",
            data: "{stuid: '<%=_user.UserId.ToString()%>',month:'" + $('#ddlmonth').val() + "',year: '" + $('#ddlyear').val() + "',colid: '<%=_user.CollegeId.ToString()%>',stype:'" + stype + "'}",
            url: "GetDDLDATA.asmx/StudentChart",
            dataType: "json",
            success: function (data) {
                if (data.d != "") {



                    if (data.d == 'N')
                    {
                        //$("#AttendancePercentages").html('');
                        //$("#divmsg").show();
                        // $("#divmsg").html('No Data Found.');
                        $("#loading1").hide();
                        $("#AttendancePercentages").html(data.d);
                        $('[data-attc-createChart]').attc();

     //                   new google.visualization.PieChart(document.getElementById('visualization')).
     //draw(data, {
     //    title: "So, how was your day?",
     //    sliceVisibilityThreshold: 0
     //});
                    }
                    else
                    {
                        $("#loading1").hide();

                        $("#divmsg").html('');
                        $("#divmsg").hide();
                        $("#AttendancePercentages").html(data.d);
                        $('[data-attc-createChart]').attc();
                    }
                   // $('#AttendancePercentages').CreateChart();
                }
            }
        });



Cs page 






if (Convert.ToInt32(ds.Tables[0].Rows[0]["Present"].ToString()) + 
Convert.ToInt32(ds.Tables[0].Rows[0]["Absent"].ToString()) + 
Convert.ToInt32(ds.Tables[0].Rows[0]["Leave"].ToString()) > 1)
            {
                str.Append(" <thead><tr><th id=\"pieDescription\">Description</th><th id=\"pieValues\">Attendance</th></tr></thead>");
                if (ds.Tables[0].Rows.Count > 0)
                {
                    if (stype == "M")
                    {
                        str.Append("<tbody><tr><td>Present(" + ds.Tables[0].Rows[0]["Present"].ToString() + ")</td><td>" + ds.Tables[0].Rows[0]["Present"].ToString() + "</td></tr>");
                        str.Append("<tr><td>Absent(" + ds.Tables[0].Rows[0]["Absent"].ToString() + ")</td><td>" + ds.Tables[0].Rows[0]["Absent"].ToString() + "</td></tr>");
                        // str.Append("<tr><td>Remark</td><td>" + ds.Tables[0].Rows[0]["Remark"].ToString() + "</td></tr>");
                        str.Append("<tr><td>Leave(" + ds.Tables[0].Rows[0]["Leave"].ToString() + ")</td><td>" + ds.Tables[0].Rows[0]["Leave"].ToString() + "</td></tr></tbody>");
                    }
                    else
                    {
                        str.Append("<tbody><tr><td width='auto;'>Present(" + ds.Tables[0].Rows[0]["Present"].ToString() + ") All month</td><td>" + ds.Tables[0].Rows[0]["Present"].ToString() + "</td></tr>");
                        str.Append("<tr><td width='auto;'>Absent(" + ds.Tables[0].Rows[0]["Absent"].ToString() + ") All month</td><td>" + ds.Tables[0].Rows[0]["Absent"].ToString() + "</td></tr>");
                        // str.Append("<tr><td>Remark</td><td>" + ds.Tables[0].Rows[0]["Remark"].ToString() + "</td></tr>");
                        str.Append("<tr><td width='auto;'>Leave(" + ds.Tables[0].Rows[0]["Leave"].ToString() + ") All month</td><td>" + ds.Tables[0].Rows[0]["Leave"].ToString() + "</td></tr></tbody>");

                    }
                }
                else
                {

                    str.Append("<tbody><tr><td>Present</td><td>0</td></tr>");
                    str.Append("<tr><td>Absent</td><td>0</td></tr>");
                    // str.Append("<tr><td>Remark</td>  <td>0</td></tr>");
                    str.Append("<tr><td>Leave</td><td>0</td></tr></tbody>");
                }

But not show Upper table which we chage chart type or edit

Original issue reported on code.google.com by [email protected] on 28 Jan 2014 at 9:19

Create chart on click

I like to be able to create chart on click (as on modal windows) is it possible 
to "make it" on the fly, referencing a specific chart (html table)

Original issue reported on code.google.com by [email protected] on 8 Jan 2013 at 6:11

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.