问题标签 [xrange]

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.

0 投票
1 回答
388 浏览

python - Ruby 与 pythons xrange 的等价物是什么?

显然xrange在 python 中比range. 因为xrange懒惰地创建了一系列对象。但是range在内存中创建对象。

我想知道的是 Ruby 的 pythons xrange 等价物是什么?

0 投票
1 回答
170 浏览

javascript - Highcharts xrange 拒绝遵循 HOVER 或 SCROLLBAR 行为

我正在尝试将 xrange 图表按摩到类似图表的时间线中,并制作了一个整体很棒的小部件,但我遇到了 Fit and Finish 的问题。我希望能够有一个 YAxis 滚动条,这样我就可以在同一个图表中显示许多“代理”,并且在悬停时让条变暗。不幸的是,我无法从 Highcharts API 中获取任何属性来实际执行任何操作 - 我在使用他们为您提供的 jsFiddle 时遇到了同样的问题。请参阅有关 yAxis 和悬停状态的代码片段。 yAxis: { title: { text: '' }, minPadding: .11, scrollbar: { //todo not working - enabled: true, showFull: true }, categories: ['Prototyping', 'Development', 'Testing', 'a', 'b', 'c', 'd', 'e', 'f', 'g'], reversed: true },... states: { hover: { enabled: true, brightness: -0.9 //todo not working WTF } },

(链接:https ://jsfiddle.net/uaqp5tj7/16/#&togetherjs=uufALv7hEj )

如果您有任何想法,请告诉我

0 投票
2 回答
320 浏览

javascript - 有没有办法让 Highstock Scrollbar 响应触控板?

Highstock 滚动条仅在您实际单击并拖动滚动条或使用箭头键时才会响应。但是理想情况下,我可以在将鼠标悬停在滚动条或图形本身上时使用触控板。我搜索了 Highstock/Highcharts API 并没有找到任何指向解决方案的东西,所以我想我会查询互联网蜂巢思维

调查事件和followTouch属性无济于事

0 投票
1 回答
236 浏览

gnuplot - gnuplot 的问题 - 时间戳数据映射到 xrange

我有的:

第一列中带有时间戳的 csv 数据,之后我想有选择地绘制列。每个数据点大约相隔十分钟。数据为 24 小时。其他一切都设置得很好,下面的例子

我想要的是:

能够映射在 x 轴(xrange?)上格式化的时间数据。像xtics每个n小时一样,以给定的格式(如"%T, %A")。我想绘制的每列的最佳配置(考虑多图)。

数据:

代码:

截屏

0 投票
2 回答
429 浏览

highcharts - Highcharts XRange 数据和标签错位

我正在尝试使用 Highcharts xrange chartType 实现时间线小部件

基本结构是 YAxis Categories : Agent Name , X Axis Timeline data for Online/Offline/Break/etc

我发现 YAxis 标签与每个类别的实际 Bar 不对齐 - 我在网上找到的两个解决方案是使用 pointPadding/groupPadding ,这会导致条形太细以至于不可见。另一种方法是定义 pointWidth 20 以确保您可以看到每个条形但没有对重叠条形的保护... LAME 但通过添加 YAxis 滚动条解决了 - 但是这并不能解决有时标签在条形之间的中间等等等等

在 jsfiddle 中复制有点困难,因为它是一个静态大小的图表,而不是在我的产品中动态调整大小,但这是我当前状态的一个很好的例子https://jsfiddle.net/bj7y3dwv/5/#run

yAxis 与数据未对齐的示例

0 投票
1 回答
238 浏览

highcharts - Hicharts xrange bar height 0 for larger data sets

I have an xrange graph where each 'Agent' has a series of Timeline Data, i am having several problems getting the out of the box attributes to format the graph data appropriately. For instance when there are many Series / Y categories the bar height on any given point element is 0; or when there are few enough to actually get a height they aren't centered in the category

is getting a height of 0, this can be solved by using the pointWidth attribute but my GOAL is to use the pointPadding and groupPadding attributes to center the bar && label within the category / Agent section - one would think this would be an easy task and the fiddle https://jsfiddle.net/yd7ujvfs/ shows an ideal end w/ maybe a minWidth if possible

in order to replicate my problem in a jsfiddle i stringified my chart definition and loaded it onto the jsfiddle here https://jsfiddle.net/0yeu4bg6/4/ which shows the height 0 problem

Additionally i'd like to handle the few agents case and more perfectly center the bar within the category as shown in this jsfiddle https://jsfiddle.net/5kowvgz3/5/

Thank you in advance for your assistance!

Examples: example of perfectly centered labels with non centered data example of 0 height data due to many series ~ > 10 I've tried fiddling with the pointPadding, groupPadding solution vs the pointWidth solution, additionally i've tried to fiddle with the label placement and aligning it to the bar instead of visa versa. Additionally i've experimented with pointPlacement but no joy there

Expected results, Perfectly centered Axis Label and Bar within each category, Ideally a set px for each category like 35 px where there is 10px of padding on top and bottom and the label and bar are the middle 25px

actual results, Labels perfectly centered but bar is inconsistently placed, additionally at larger data sets bar is not visible because height is getting set to 0

0 投票
1 回答
72 浏览

highcharts - Highcharts xrange 拒绝展示向下钻取行为

尝试在 highcharts 的 xrange 图表类型中创建第二级数据的行为不符合预期

请参阅 jsfiddle https://jsfiddle.net/bo8eL42v/10/和 highcharts 文档https://api.highcharts.com/highcharts/series.xrange.data.drilldown

背景 - 理想行为:点击一个系列后,图表将重新绘制,将同一系列分解为时间段(天 || 周)作为类别——这将允许进行日间/周间比较,而不是逐人比较

SubPar 替代解决方案是使用 series.events.click 触发一个函数,该函数将使用 DayOverDay 行为完全覆盖图表

实现了一个基本的 jsfiddle 来测试概念上的钻取应该按照描述的方式工作

预期:单击向下钻取的任何数据点:'a' 应仅重绘图表,其中仅包含在 Drilldown.series.'a' 中定义的点,其中'a' 是 id

实际:什么都没有发生,没有抛出错误

0 投票
1 回答
457 浏览

css - Highcharts xrange 样式

我想如下所示显示我的高图。我为此使用了“xrange”类型的高图。我正在尝试为每个数据点显示一个事件,其中将有一个开始数据和一个结束日期。

在此处输入图像描述

到目前为止,我能够使用 xrange 类型创建此图表,但我无法获得如上图所示的确切显示。下面是我的代码,

有没有办法改变我在 highchart 中的实现以获得像上面这样的输出?

0 投票
1 回答
14 浏览

highcharts - 如何检索工具提示的名称数据

我找不到如何检索系列中数据的名称以将其显示在工具提示中,使用 this.x 它可以工作,但不能使用 this.series.data.name

悬停在线上时,名称始终保持“未定义”

我查看了文档,但没有找到解决方案,这就是为什么我第一次在这里发消息,我是普通读者,第一次找不到..非常感谢大家

你能帮我吗 ?

0 投票
1 回答
40 浏览

gnuplot - 填充透明图中的xrange问​​题

在以下 Gnuplot 中:

在此处输入图像描述

我遇到的问题是set xrange [2:200]情节发生变化并向上填充曲线,就像这样,

在此处输入图像描述

我想知道如何将填充保持在曲线下方,就像在第一个图中使用默认范围和设置一样xrange [2:20]