Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
153 views

I’m working on a React + Leaflet mapping solution for Dynamics 365 CRM. I’d love your help understanding how to truly support offline maps in Leaflet using React — without manually storing tiles. I’ve ...
0 votes
1 answer
130 views

I have a project that contains several interfaces, and among these interfaces there is an interface to display a set of statistics, I am using react-vis library. But the problem is that I want to ...
-1 votes
1 answer
272 views

So an overview of the issue I'm encountering is I have two y-axes on my chart and I need to change the domain range of each axis separately. So far I have not found anything that can do this within ...
1 vote
0 answers
410 views

I am struggling with positioning labels in radial charts using the react-vis library. Here is my code: const DonutChart = () => { const data = [{ angle: 4, label: "Yes" }, { angle: 4, ...
Capucine's user avatar
1 vote
1 answer
198 views

The DiscreteColorLegends of an XYPlot are a little narrow for me: Specially when I want to make them other than solid: I browsed the documentation, and even the source code; I think that the length ...
0 votes
1 answer
61 views

In this question (How to return two customSVGSeries from a single function in clojurescript), I learned how to insert the result of a function creating two customSVGSeries into an XYPlot. Now I want ...
0 votes
1 answer
121 views

I would like to draw two different customCVGseries using a single function; but, of course, this code (striped to a minimum) only returns the last one: (defn make-label-with-line [x y key] ^{:...
0 votes
1 answer
98 views

In the following working code: [:> rvis/CustomSVGSeries {:data [{:x x :y y :customComponent (fn [] (r/as-element [:g {:className "...
0 votes
1 answer
56 views

I'm trying to translate this example in clojurescript (https://uber.github.io/react-vis/documentation/series-reference/custom-svg-series): const myData = [ {x: 1, y: 10, customComponent: 'circle', ...
0 votes
0 answers
93 views

In React-vis, I display the cursor position of the mouse using a LineSeries. I would like it to extend along all the vertical extent of the FlexibleXYPlot in which it's included: Image of the cursor ...
Luis López's user avatar
1 vote
1 answer
721 views

I'm trying to work with Vis.js in React and have started with the pattern shared by James Tharpe: https://www.jamestharpe.com/react-visjs/. I'm also trying to include what I'm calling BoltOns which ...
lmonninger's user avatar
  • 1,011
1 vote
2 answers
180 views

I am using React Vis to create a simple Graph. This is my code: import React from 'react'; import '../../../node_modules/react-vis/dist/style.css'; import {XYPlot, VerticalBarSeries} from 'react-vis'; ...
0 votes
0 answers
211 views

There's a number of posts addressing some variant of the question - and amongst the most popular suggestion was to re-design the parent-child hierarchy to align with the react principle of having a ...
1 vote
1 answer
1k views

I am building a discrete bar graph component from scratch to display flights arrival/departure for every hour of the day. I need to basically match some of the data (flight and time) to a particular ...
1 vote
0 answers
255 views

I'm trying to create a line chart that uses crosshairs and tooltip using Nivo. I was able to get everything working great on desktop, but on mobile, when I try to drag across the graph with my finger, ...

15 30 50 per page
1
2 3 4 5 6

AltStyle によって変換されたページ (->オリジナル) /