Joerg Heinemann

Results 22 comments of Joerg Heinemann

I've found the following tricky workarround: ``` const jsgraphStyle = { id: 'chart1', width: 800, height: 300, backgroundImage: './background.png', backgroundImageWidthCorrection: 29, backgroundImageHeightCorrection: 32 } let documentElementId = document.getElementById(jsgraphStyle.id); const graph...

**With version 2.4.2 y-axis values (labels) are working well.** `` ![image](https://user-images.githubusercontent.com/3251642/147378362-980e7cd4-cabb-4a3a-8806-dc2aee661000.png) Is there any possibility to define the interval/steps of labeling numbers and primary/secondary grids of both x and y...

Old **working version**: ``` ``` This versions can't be loaded and used by browser due to errors: ``` ``` ![image](https://user-images.githubusercontent.com/3251642/147539020-631ff5fe-19ff-414f-b781-d818894c723f.png) This version can be loaded and used by browser global...

**Not working for me** (please see below). Could you please share your html file - Maybe I'm using an old example file and I've missed some configuration parameters. ![image](https://user-images.githubusercontent.com/3251642/147738276-88dcc2a1-e6a8-4ce3-a6ff-33b5718d0655.png) ```...

Tested with https://github.com/NPellet/jsGraph/commit/d74f971a677d4e9e6b6ece47fa4c590af56074e8 Y axis labels are now visible again. ![image](https://user-images.githubusercontent.com/3251642/147806910-309da19e-9514-4856-bbb0-52f63aadc640.png) But it seems that something in `Graph.fromJSON` is broken: - line colors should be red and blue and line...

Tested again with df02fb4 npm run build was OK but jsGraph.js is running into the following error(s): ![image](https://user-images.githubusercontent.com/3251642/150972370-38c4b49a-951c-4755-8549-d8376a046958.png)

**Could you please provide support how to setup the build and how to use the new module in my browser?** I've downloaded the latest dev-v3 version and run in the...

Tested again with 2.13 - Not working: `` ![image](https://user-images.githubusercontent.com/3251642/147756789-115750d7-d065-4955-881e-90adfaf0ac11.png) ![image](https://user-images.githubusercontent.com/3251642/147756977-5a73fee2-7f0a-462e-97e3-a889327b27ca.png) ``` const domGraph = 'graph'; var graph = new Graph( domGraph, {} ); graph.resize( 700, 300 ); // Resizes the...

I've found the following workarround: ``` const jsgraphStyle = { id: 'chart0', width: 1200, height: 600, XAxisForceMin: 100, XAxisForceMax: 1300, YAxisForceMin: 0, YAxisForceMax: 100, backgroundImage: null } graph.tracking( { mode:...

Tested again with v2.4.13 - Not working as expected. Above graph has not changed.