We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
can you add support for charts?
The text was updated successfully, but these errors were encountered:
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 .
Reply to this email directly or view it on GitHubhttps://github.com//issues/1 .
Robert Plummer
Sorry, something went wrong.
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?
No branches or pull requests
can you add support for charts?
The text was updated successfully, but these errors were encountered: