Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for charts #1

Open
rakucmr opened this issue Mar 20, 2014 · 2 comments
Open

support for charts #1

rakucmr opened this issue Mar 20, 2014 · 2 comments

Comments

@rakucmr
Copy link

rakucmr commented Mar 20, 2014

can you add support for charts?

@robertleeplummerjr
Copy link
Member

This should be very easy, perhaps it is already even possible. Have you
tried it already?

On Thu, Mar 20, 2014 at 2:13 PM, Razvan [email protected] wrote:

can you add support for charts?

Reply to this email directly or view it on GitHubhttps://github.com//issues/1
.

Robert Plummer

@rakucmr
Copy link
Author

rakucmr commented Mar 20, 2014

I've tried:

<script type="text/javascript" src="../jquery.pseudosheet.js"></script>
<script type="text/javascript" src="../parser/formula/formula.js"></script>
<script type="text/javascript" src="../plugins/raphael-min.js"></script>
<script type="text/javascript" src="../plugins/g.raphael-min.js"></script>

......
Today:

DOB:


X: <input type="text" class="cells n" name="n1" id="n1" value="1"><br>
Y: <input type="text" class="cells n" name="n2" id="n2" value="4"><br>
Z: <input type="text" class="cells" name="n3" id="n3" data-formula="=SUM(n1,n2)"><br>
State: <select class="cells" name="state" id="state">
        <option value="PA">PA</option>
        <option value="NY">NY</option>
</select><br>
<span class="cells" id="team" data-formula="=IF(state='PA','Steelers',IF(state='NY','Jets','looser'))"></span><br>
<span class="cells" id="state2" data-formula="=state"></span><br>
<span class="cells" name="age" data-formula="=BARCHART(n1:n2)" id="age"></span><br> 

What I'm doing wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants