Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

What is the expected input for GMapCluster's styles prop?  #97

@ivan006

Description

@ivan006

This props
https://vue-google-maps-community-fork.netlify.app/components/cluster.html#styles

Im doing everything by the book and passing it what I understand to be correct configs but it doesnt take effect at all

[
    {
        "textColor": "red",
        "textSize": 16,
        "anchorText": [
            1.5,
            1
        ],
        "height": 40,
        "width": 40
    },
    {
        "textColor": "red",
        "textSize": 16,
        "anchorText": [
            1.5,
            1
        ],
        "height": 40,
        "width": 40
    },
    {
        "textColor": "red",
        "textSize": 16,
        "anchorText": [
            1.5,
            1
        ],
        "height": 40,
        "width": 40
    },
    {
        "textColor": "red",
        "textSize": 16,
        "anchorText": [
            1.5,
            1
        ],
        "height": 40,
        "width": 40
    },
    {
        "textColor": "red",
        "textSize": 16,
        "anchorText": [
            1.5,
            1
        ],
        "height": 40,
        "width": 40
    }
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions