问题标签 [rgraph]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - 如何在 RGraph 中沿 X 轴使用日期作为值?
我正在使用此代码尝试单杠 RGraph 演示,效果很好:
有没有办法可以使用Date
对象而不是数字?我无法让它与像这样的东西一起工作
javascript - 使用 UIWebView 调用 Javascript
我正在尝试使用该函数在 html 页面中调用 javascript -
这是html页面上的javascript -
但是,该函数methodName()
没有被调用,但在 window.onload = function () 之后一切正常..
我正在尝试将RGraphs集成到我的应用程序Basic.html
中,并且是编写 javascripts 的 html 页面。
如果有人可以帮助我解决这个问题,那就太好了。
javascript - Adjusting distance between points in RGraph (javascript)
I'm using RGraph's Line charts to plot some chronological data. It works fine, except that the distance between the successive points is always the same - irrespective of whether they are two hours or two months apart. I would like to customize it so that the distance represents the actual time interval between the points. Is this possible using the Line charts or any other charts in RGraph?
rgraph - 当我重新加载页面并单击页面正文时,RGraph 重新加载上一个图表
我用它来清除图表:
当我重新加载页面时,上一个出现并且新图表放置在最后一个之上,新标签放置在最后一个之上
我用甜甜圈和饼图
谢谢!!!
jquery - 无法让 RGraph (Canvas) 在 Internet Explorer 6 到 8 上工作
我正在使用 RGraph 显示一个简单的条形图。在这里找到:RGraph
这是我的代码:var vprogress = new RGRAPH.VProgress('vc',200,500);
vprogress.draw()
我的 index.hmtl 中还有以下行:
我的 index.html 中也有这个
我无法在 IE 6 和 8 中查看图表,我无法在 7 中进行测试。
我在 excanvas.js 中收到线路错误,但没有显示任何内容。
这些图表在 Chrome 和 Firefox 中完美运行。
我还必须提到,我的 javascript 是在 Jquery Ajax 函数中完成的。
任何帮助,将不胜感激。
.net - 使用 Mchart、Rgraph、Telirk Chart 的单击事件启用/禁用图例
使用 Fusion Charts,有一个单击事件可以切换图例的可见性。MSchart、Rgraph 和 Telrik 是否可以使用相同的功能?我一直无法弄清楚如何做到这一点。
html - 如何更改 RGraph.Text 画布文本元素中的文本颜色
在我的 html 页面中有一个 canvas 元素,我可以使用rgraph库来绘制图形......现在我想在其中添加一个特定的文本元素,我可以通过像这样打印它来做到这一点:
现在,颜色只有 1 个参数,它是文本背景颜色,我需要动态更改它的文本颜色。有谁知道如何更改该项目的文本颜色?
jquery - 在父 html 中使用 jquery 在 IE8 中呈现 Rgraph 时面临问题
我有 2 个 html 一个调用另一个。使用 jquery.ready 第二个 JSP 实际上有图形的代码。在 Firefox、Chrome、Safari 中一切正常。和 IE9
但是使用 jquery 的 ready 方法在 IE8 中无法正常工作是我直接访问 line.htm 它在 IE8 上也可以正常工作
javascript - 有没有办法获得清晰(而不是模糊)放大的 RGraph 条形图?
我正在使用http://www.rgraph.net/demos/bar04.html的副本,其中画布的属性中没有指定高度和宽度,但在 CSS 中设置为高度和宽度为 100%。
目前渲染的图像看起来像是在低分辨率下清晰地绘制了图形,然后被放大了;屏幕具有与在浏览器中放大图像时相同的模糊感。
有什么方法可以调整和配置 RGraph,以便在图形填满屏幕时图像清晰?