I
I
iSaushkin2015-12-27 14:24:06
data mining
iSaushkin, 2015-12-27 14:24:06

How to upload data from canvas chart?

Good afternoon!
Tell me how to upload data from charts from this page crowdsourcing.ru/cfnindex ?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
nirvimel, 2015-12-27
@iSaushkin

There is such a piece in the cfnindex body.

<script class="code" type="text/javascript">
    //<![CDATA[
    $(document).ready(function () {
        $.jqplot._noToImageButton = true;
        var graph = ...

That's graphall the original data.
Well, from a raster Canvas, of course, it is impossible to read anything after the graph has already been rendered.

C
ComodoHacker, 2015-12-27
@ComodoHacker

It can be seen that the graph is built by the jqplot component. You need to tweak its API by injecting your userscript into the page, for example.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question