[Home](./index.md) > [bitburner](./bitburner.md) > [GoAnalysis](./bitburner.goanalysis.md) > [clearPointHighlight](./bitburner.goanalysis.clearpointhighlight.md) ## GoAnalysis.clearPointHighlight() method Removes the highlight color and text from the specified node. **Signature:** ```typescript clearPointHighlight(x: number, y: number): void; ``` ## Parameters
| Parameter | Type | Description |
|---|---|---|
| x | number | the x coordinate to remove highlight from |
| y | number | the y coordinate to remove highlight from |