Home
last modified time | relevance | path

Searched refs:seriesIndex (Results 51 – 75 of 183) sorted by relevance

12345678

/dports/www/grafana8/grafana-8.3.6/packages/grafana-ui/src/components/Graph/
H A DGraph.test.tsx20 seriesIndex: 0,
48 seriesIndex: 0,
129 seriesIndex: 0,
131 series: { seriesIndex: 0 },
H A Dutils.ts43 seriesIndex: number; property
92 seriesIndex: i,
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/ChartTypes/
H A DStackedBarChart.cs536 for(int seriesIndex = 0; seriesIndex < common.DataManager.Series.Count; seriesIndex++) in ProcessChartType()
539 Series ser = common.DataManager.Series[seriesIndex]; in ProcessChartType()
546 if(seriesIndex == 0) in ProcessChartType()
566 for(int seriesIndex = 0; seriesIndex < common.DataManager.Series.Count; seriesIndex++) in ProcessChartType()
569 Series ser = common.DataManager.Series[seriesIndex]; in ProcessChartType()
988 for(int seriesIndex = 0; seriesIndex < common.DataManager.Series.Count; seriesIndex++) in ProcessChartType()
991 Series ser = common.DataManager.Series[seriesIndex]; in ProcessChartType()
1426 for(int seriesIndex = 0; seriesIndex < typeSeries.Count; seriesIndex++) in ProcessChartType3D()
1429 Series currentSeries = common.DataManager.Series[seriesIndex]; in ProcessChartType3D()
/dports/math/vtk6/VTK-6.2.0/Charts/Core/
H A DvtkPlotHistogram2D.cxx161 vtkIdType seriesIndex, in GetTooltipLabel() argument
174 int pointX = seriesIndex % width; in GetTooltipLabel()
175 int pointY = seriesIndex / width; in GetTooltipLabel()
H A DvtkChartBox.cxx618 int seriesIndex = in LocatePointInPlots() local
621 if (seriesIndex >= 0) in LocatePointInPlots()
627 this->SetTooltipInfo(mouse, plotPosd, seriesIndex, plot, in LocatePointInPlots()
633 this->GetVisibleColumns()->GetValue(seriesIndex); in LocatePointInPlots()
679 vtkIdType seriesIndex, vtkPlot* plot, in SetTooltipInfo() argument
688 vtkStdString tooltipLabel = plot->GetTooltipLabel(plotPos, seriesIndex, in SetTooltipInfo()
H A DvtkPlot.cxx87 vtkIdType seriesIndex, in GetTooltipLabel() argument
109 seriesIndex >= 0 && in GetTooltipLabel()
110 seriesIndex < this->IndexedLabels->GetNumberOfTuples()) in GetTooltipLabel()
112 tooltipLabel += this->IndexedLabels->GetValue(seriesIndex); in GetTooltipLabel()
/dports/math/vtk8/VTK-8.2.0/Charts/Core/
H A DvtkPlotHistogram2D.cxx159 vtkIdType seriesIndex, in GetTooltipLabel() argument
177 int pointX = seriesIndex % width; in GetTooltipLabel()
178 int pointY = seriesIndex / width; in GetTooltipLabel()
H A DvtkPlot.cxx89 vtkIdType seriesIndex, in GetTooltipLabel() argument
111 seriesIndex >= 0 && in GetTooltipLabel()
112 seriesIndex < this->IndexedLabels->GetNumberOfTuples()) in GetTooltipLabel()
114 tooltipLabel += this->IndexedLabels->GetValue(seriesIndex); in GetTooltipLabel()
H A DvtkChartBox.cxx647 int seriesIndex = in LocatePointInPlots() local
650 if (seriesIndex >= 0) in LocatePointInPlots()
656 this->SetTooltipInfo(mouse, plotPosd, seriesIndex, plot, in LocatePointInPlots()
662 this->GetVisibleColumns()->GetValue(seriesIndex); in LocatePointInPlots()
708 vtkIdType seriesIndex, vtkPlot* plot, in SetTooltipInfo() argument
717 vtkStdString tooltipLabel = plot->GetTooltipLabel(plotPos, seriesIndex, in SetTooltipInfo()
/dports/www/matomo/piwik/plugins/CoreVisualizations/JqplotDataGenerator/
H A DEvolution.php249 foreach ($seriesLabels as $seriesIndex => $seriesLabelPrefix) {
283 foreach ($seriesLabels as $seriesIndex => $seriesLabel) {
291 'seriesIndex' => $seriesIndex,
296 …ex, $segmentIndex) = DataComparisonFilter::getIndividualComparisonRowIndices($table, $seriesIndex);
H A DChart.php134 foreach ($seriesToXAxis as $seriesIndex => $xAxisIndex) {
139 $this->series[$seriesIndex]['_xaxis'] = $axisName;
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/cmd/influx_tools/generate/exec/
H A Dgenerator.go66 idx seriesIndex
131 func (g *Generator) writeShard(idx seriesIndex, sg gen.SeriesGenerator, id uint64, path string) err…
176 type seriesIndex interface { interface
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/cmd/influx_tools/generate/exec/
H A Dgenerator.go66 idx seriesIndex
131 func (g *Generator) writeShard(idx seriesIndex, sg gen.SeriesGenerator, id uint64, path string) err…
176 type seriesIndex interface { interface
/dports/math/vtk9/VTK-9.1.0/Charts/Core/
H A DvtkPlotHistogram2D.cxx174 const vtkVector2d& plotPos, vtkIdType seriesIndex, vtkIdType) in GetTooltipLabel() argument
191 int pointX = seriesIndex % width + this->Input->GetExtent()[0]; in GetTooltipLabel()
192 int pointY = seriesIndex / width + this->Input->GetExtent()[2]; in GetTooltipLabel()
H A DvtkChartBox.cxx625 int seriesIndex = LocatePointInPlot(position, tolerance, plotPos, plot, segmentIndex); in LocatePointInPlots() local
627 if (seriesIndex >= 0) in LocatePointInPlots()
632 this->SetTooltipInfo(mouse, plotPosd, seriesIndex, plot, segmentIndex); in LocatePointInPlots()
636 plotIndex.SeriesName = this->GetVisibleColumns()->GetValue(seriesIndex); in LocatePointInPlots()
681 vtkIdType seriesIndex, vtkPlot* plot, vtkIdType segmentIndex) in SetTooltipInfo() argument
689 vtkStdString tooltipLabel = plot->GetTooltipLabel(plotPos, seriesIndex, segmentIndex); in SetTooltipInfo()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/cmd/influx_tools/generate/exec/
H A Dgenerator.go66 idx seriesIndex
131 func (g *Generator) writeShard(idx seriesIndex, sg gen.SeriesGenerator, id uint64, path string) err…
176 type seriesIndex interface { interface
/dports/www/matomo/piwik/plugins/CoreVisualizations/templates/
H A D_dataTableViz_htmlTable_comparisons.twig28 {% set seriesIndex = loop.index0 %}
31 data-comparison-series="{{ seriesIndex }}"
55 {% set rowComparisonTotals = comparisonTotals[seriesIndex].totals|default(null) %}
/dports/www/grafana8/grafana-8.3.6/packages/grafana-data/src/field/
H A DfieldColor.ts191 const seriesIndex = field.state?.seriesIndex ?? 0; constant
192 return colors[seriesIndex % colors.length];
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/General/
H A DChartAreaAxes.cs1783 int seriesIndex = 0; in GetPointsInterval()
1792 seriesXValues[seriesIndex] = new ArrayList(); in GetPointsInterval()
1823 seriesXValues[seriesIndex].Add(curentXValue); in GetPointsInterval()
1830 seriesXValues[seriesIndex].Sort(); in GetPointsInterval()
1834 for( int point = 1; point < seriesXValues[seriesIndex].Count; point++ ) in GetPointsInterval()
1837 …le interval = Math.Abs( (double)seriesXValues[seriesIndex][ point - 1 ] - (double)seriesXValues[se… in GetPointsInterval()
1848 (double)seriesXValues[seriesIndex][ point - 1 ], in GetPointsInterval()
1849 (double)seriesXValues[seriesIndex][ point ], in GetPointsInterval()
1859 (double)seriesXValues[seriesIndex][ point - 1 ], in GetPointsInterval()
1860 (double)seriesXValues[seriesIndex][ point ], in GetPointsInterval()
[all …]
H A DChartArea3D.cs1048 int seriesIndex = GetSeriesClusterIndex(series); in GetSeriesZPositionAndDepth()
1052 … positionZ = (float)(_pointsGapDepth / 2.0 + (_pointsDepth + _pointsGapDepth) * seriesIndex); in GetSeriesZPositionAndDepth()
1632 for(int seriesIndex = 0; seriesIndex < seriesList.Count; seriesIndex++) in GetSeriesDrawingOrder()
1635 if(((Series)seriesList[seriesIndex]).Points.Count == 0) in GetSeriesDrawingOrder()
1642 …this.GetSeriesZPositionAndDepth((Series)seriesList[seriesIndex], out seriesDepth, out seriesZPosit… in GetSeriesDrawingOrder()
1648 --seriesIndex; in GetSeriesDrawingOrder()
1649 if(seriesIndex < 0) in GetSeriesDrawingOrder()
1650 seriesIndex = 0; in GetSeriesDrawingOrder()
1651 seriesList.Reverse(seriesIndex, seriesList.Count - seriesIndex); in GetSeriesDrawingOrder()
/dports/www/beehive/beehive-0.4.0/vendor/github.com/wcharczuk/go-chart/
H A Dchart.go433 for seriesIndex, s := range c.Series {
436 style := c.styleDefaultsSeries(seriesIndex)
483 …drawSeries(r Renderer, canvasBox Box, xrange, yrange, yrangeAlt Range, s Series, seriesIndex int) {
486 s.Render(r, canvasBox, xrange, yrange, c.styleDefaultsSeries(seriesIndex))
488 s.Render(r, canvasBox, xrange, yrangeAlt, c.styleDefaultsSeries(seriesIndex))
528 func (c Chart) styleDefaultsSeries(seriesIndex int) Style {
530 DotColor: c.GetColorPalette().GetSeriesColor(seriesIndex),
531 StrokeColor: c.GetColorPalette().GetSeriesColor(seriesIndex),
/dports/www/matomo/piwik/plugins/PagePerformance/JqplotDataGenerator/
H A DChart.php122 foreach ($seriesToXAxis as $seriesIndex => $xAxisIndex) {
127 $this->series[$seriesIndex]['_xaxis'] = $axisName;
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/automation_dmv/src/mx/automation/delegates/charts/
H A DChartBaseAutomationImpl.as349 var seriesIndex:int = chartSeries.indexOf((selecteditems[index]).element);
350 var autoName:String = (chartSeries[seriesIndex] as Series).automationName;
358 selection = selection.concat( String (chartItemIndex) + ":" + String (seriesIndex) + " ] ");
425 var seriesIndex:Number = Number(tempArray[1]);
427 if (prevSeriesIndex != seriesIndex)
432 prevSeriesIndex = seriesIndex;
440 (chartBase.series[seriesIndex]).selectedIndices = selectedItems;
/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/charts/candlestickchart/
H A Dcandlestickchartitem.cpp151 int seriesIndex = 0; in handleCandlestickSeriesChange() local
158 seriesIndex = index; in handleCandlestickSeriesChange()
165 if ((m_seriesIndex != seriesIndex) || (m_seriesCount != seriesCount)) in handleCandlestickSeriesChange()
171 m_seriesIndex = seriesIndex; in handleCandlestickSeriesChange()
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/state-timeline/
H A Dutils.ts112 onHover: (seriesIndex, valueIndex) => {
113 hoveredSeriesIdx = seriesIndex;
205 let seriesIndex = 0; variable
219 field.state!.seriesIndex = seriesIndex++;

12345678