Andrew Baxter
Andrew Baxter
Sorry, my mistake. I needed to do at least the following, wrap in : ``` ```
Thanks @zimrick , actually I'm still struggling to get it to display over a geography so any examples will be most welcome. For now I will stick with the standard...
@zimrick I tried the following but it didn't work for me: ``` ```
MyAnnotation.jsx: ```javascript import React, { useState } from "react"; import { AnnotationLabel, EditableAnnotation, ConnectorLine, ConnectorEndDot, Note } from "react-annotation"; const MyAnnotation = ({ title, label, x, y, labelX, labelY })...
This helped thankyou. It works if I add the `react-annotation` component directly. e.g. ```javascript ```
@zimrick, all working now. Thanks again for your help. I also have a pulsing circle marker now which others might find useful:- `CirclePulse.css` ```css .circle-pulse { stroke:greenyellow; stroke-width: 2px; stroke-opacity:...
Usage would be: ```javascript ```
I was looking for the same thing!
Why? The `CreateEvolvableToken.Initiator(transactionState)` doesn't compile for me when using the latest.
I'll try and reproduce it and send the error log. I have tried the same call using json-server and it works fine. Very odd. Not sure what I am doing...